Advertisement
k1w1z0r

hello_world

Jun 20th, 2024
1,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Eiffel 0.13 KB | None | 0 0
  1. class
  2.     HELLO_WORLD
  3.  
  4. create
  5.     make
  6.  
  7. feature
  8.     make
  9.         do
  10.             print("Hello, World!")
  11.         end
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement