Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Start of the program.')
- function hello()
- print('Hello, world!')
- end
- hello()
- hello()
- print('End of program.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement