Hello, World!
Hello World in Nim
echo "Hello, World!"var input:string = readline(stdin)
echo inputRunning the code
nim c hello.nimLast updated
Was this helpful?
echo "Hello, World!"var input:string = readline(stdin)
echo inputnim c hello.nimLast updated
Was this helpful?
Was this helpful?