Skip to content

Instantly share code, notes, and snippets.

@zaydek-owl
Last active August 9, 2017 08:45
Show Gist options
  • Save zaydek-owl/3be80bdc51aa7cbff60c4c7119f3ca32 to your computer and use it in GitHub Desktop.
Save zaydek-owl/3be80bdc51aa7cbff60c4c7119f3ca32 to your computer and use it in GitHub Desktop.
import std.stdio;
void main()
{
writeln("hello, world!");
}
import std.stdio;
void main()
{
writeln("hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment