1 2 3 4 5 6 7 | import std.stdio; void main() { writeln("hello there!"); } |
CmltcG9ydCBzdGQuc3RkaW87Cgp2b2lkIG1haW4oKQp7CiAgICB3cml0ZWxuKCJoZWxsbyB0aGVyZSEiKTsKfQ==
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
hello there!



