![]()
|
|
Our first program will print the classic “hello world” message. |
|
Here’s the full source code: |
|
To run this, copy this single line code to a new
plaintext file. Save the file as “hello.rb” and run
it using the |
|
This should print: |
|
Congrats! You’ve run your first ruby program and you did it without importing any library or defining a class or declaring a variable. |
|
The |
|
An empty |
|
You can also use |
|
Both |
|
(Use the left and right arrow keys to navigate the topics.) |
Next topic: Module Mixin .