Componentes.Terceros.jvcl/official/3.32/devtools/stripCmtPO/stripCmtPO.dpr

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.