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