Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created June 4, 2014 21:52
Show Gist options
  • Select an option

  • Save mgroves/c998dddd79531896d9ec to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/c998dddd79531896d9ec to your computer and use it in GitHub Desktop.
program HelloWorld(output);
begin
WriteLn('Hello world!')
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment