Created
May 29, 2017 07:58
-
-
Save dhanyn10/0b02e411a8d63a00cc39f5f0ff555a1e to your computer and use it in GitHub Desktop.
Membuat Program/Aplikasi Komputer untuk Pemula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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