Skip to content

Instantly share code, notes, and snippets.

@bithavoc
Created March 30, 2012 19:26
Show Gist options
  • Save bithavoc/2254262 to your computer and use it in GitHub Desktop.
Save bithavoc/2254262 to your computer and use it in GitHub Desktop.
ThePumpkinLearningD
#!/usr/bin/rdmd
import std.stdio;
void main() {
writeln("Hello World!");
}
MacDude:hello thepumpkin$ dmd hello.d
MacDude:hello thepumpkin$ ls
hello hello.d hello.o
MacDude:hello thepumpkin$ ./hello
Hello World!
MacDude:hello thepumpkin$ ./hello.d
Hello World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment