Hello World in Nim
Every programming journey starts with Hello World. Let’s write our first Nim program.
The Code
Create a file named hello.nim:
| |
That’s it! If you know …
Every programming journey starts with Hello World. Let’s write our first Nim program.
Create a file named hello.nim:
| |
That’s it! If you know …