-- Chapter 07 example: the first program.
-- Run with: lua exercises/07/01-hello.lua

print("Hello, world!")
