Welcome!  login or register

Your great ideas will be born here
language: D (dmd) (dmd-2.042)
date: 231 days 3 hours ago
link:
visibility: public
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!