Advertisement
asweigart

sayhello

Sep 20th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. print('Start of the program.')
  2.  
  3. function hello()
  4. print('Hello, world!')
  5. end
  6.  
  7. hello()
  8. hello()
  9. print('End of program.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement