Componentes.Terceros.jvcl/official/3.39/devtools/stripCmtPO/stripCmtPO.dpr
2010-01-18 16:55:50 +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.