Our first program will print the classic "Hello, World!" message. Here's the full source code. |
|
To print output, we first need to include the terminal module which provides console I/O. |
|
We declare a variable |
|
The |
|
To run the program, save it as |
|