Skip to content

Instantly share code, notes, and snippets.

@lyda
Created May 10, 2019 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyda/2d33a6d91067e9dffb4ed37147b52583 to your computer and use it in GitHub Desktop.
Save lyda/2d33a6d91067e9dffb4ed37147b52583 to your computer and use it in GitHub Desktop.
{$mode TP}
program test;
uses keyboard;
begin
writeln('Hello World.');
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment