|
1 2 3 4 5 6 7 | import std.stdio; void main() { writeln("hello there!"); } |
gcc prog.o -o prog -m32 -Xlinker -L/opt/dmd/lib -lphobos2 -lpthread -lm
-
upload with new input
-
result: Success time: 0s memory: 2252 kB returned value: 0   Would you like to manage your submissions?
Sign up now and enjoy the full functionality of Ideone.hello there!
