mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add Hello World example programs
This commit is contained in:
7
Source/Images/d_tpascal/u0/HELLO.PAS
Normal file
7
Source/Images/d_tpascal/u0/HELLO.PAS
Normal file
@@ -0,0 +1,7 @@
|
||||
program hello;
|
||||
var no : integer;
|
||||
begin
|
||||
ClrScr;
|
||||
for no := 1 to 10 do
|
||||
writeln('Hello World from Turbo Pascal Line ', no);
|
||||
end.
|
||||
Reference in New Issue
Block a user