# Hello Example # Source code file terminal/hello.rb # Print a Hello, World message to the screen. # Pseudocode: Print Hello, World to screen. # Script print("Hello, World.")