Advertisement
k1w1z0r

hello_world

Jun 20th, 2024
1,617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MODULE HelloWorld;
  2.  
  3. IMPORT Out;
  4.  
  5. BEGIN
  6.   Out.String("Hello, World!"); Out.Ln;
  7. END HelloWorld.
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement