Let's look at the code of the traditional "Hello world" program:
puts 'hello world'
The program contains one method, puts, and one string, "hello world."
It doesn't have any headers or class definitions, and it doesn't have any import sections or "main" functions.