Skip to content

Instantly share code, notes, and snippets.

@dhanyn10
Created May 29, 2017 07:58
Show Gist options
  • Save dhanyn10/0b02e411a8d63a00cc39f5f0ff555a1e to your computer and use it in GitHub Desktop.
Save dhanyn10/0b02e411a8d63a00cc39f5f0ff555a1e to your computer and use it in GitHub Desktop.
Membuat Program/Aplikasi Komputer untuk Pemula
Program Lesson1_Program1;
Begin
Write('Hello World. Prepare to learn PASCAL!!');
Readln;
End.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment