Nimlang

this is hello world in nim language as part of the mlh "hello world in a new language".
to run this simply do this in your command line(after installing nim)
For debian based systems.
sudo apt-get install nim works
echo "hello world"
To run the code do:
$ nim compile --run filename.nim
or short way
$ nim c -r filename.nim
Built With
- nim
Log in or sign up for Devpost to join the conversation.