TheAceHome

Untitled

Oct 13th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2.  
  3. Online Pascal Compiler.
  4. Code, Compile, Run and Debug Pascal program online.
  5. Write your code in this editor and press "Run" button to execute it.
  6.  
  7. }
  8.  
  9.  
  10. program Hello;
  11. begin
  12. writeln ('Hello World')
  13. end.
Advertisement
Add Comment
Please, Sign In to add comment