Skip to content

Instantly share code, notes, and snippets.

@9il
Created June 6, 2013 16:29
Show Gist options
  • Save 9il/5722871 to your computer and use it in GitHub Desktop.
Save 9il/5722871 to your computer and use it in GitHub Desktop.
hellow world
import std.stdio;
void main() {
"Hellow World".writeln;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment