Hello, World!
Hello World in Nim
Isn't it easy?
This code will read input from the stdin and print it! Note: you can statically define varibale type using the :
token
Running the code
This will create an executable hello
in the current directory.
Now, you can simple type ./hello
to run it.
Last updated
Was this helpful?