Componentes.Terceros.jvcl/internal/3.36/1/devtools/stripCmtPO/stripCmtPO.dpr
2009-03-04 12:31:55 +00:00

13 lines
175 B
ObjectPascal

program stripCmtPO;
{$APPTYPE CONSOLE}
uses
SysUtils,
stripUtils in 'stripUtils.pas';
begin
Run;
{ TODO -oUser -cConsole Main : Insert code here }
end.