2 lines
93 B
Text
2 lines
93 B
Text
|
|
echo program Prog;begin writeln('Hi');end. >> "./a.dpt" & dcc32 -Q -CC -W- "./a.dpt" & a.exe
|