helloworld.nim 164 B

123456789
  1. # sudo pacman -S nim
  2. # nim -v
  3. # Nim Compiler Version 1.6.10 [Linux: amd64]
  4. echo "Hello World!"
  5. # nim c -r helloworld.nim || nim c helloworld.nim && ./helloworld