Advertisement
DarkAtom77

Hello world Pascal

May 27th, 2020
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.13 KB | None | 0 0
  1. { Hello world program }
  2. { Language: Pascal (all versions and dialects) }
  3.  
  4. program HelloWorld;
  5.  
  6. begin
  7.     writeln('Hello world!');
  8. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement