#!/usr/bin/env nim r
echo "hi"
Run
chmod +x hello.nim
RunThere's the problem though, nim refuses to run `hello` without the nim extension.
#!/usr/bin/env nim r
echo "hi"
Run
chmod +x hello.nim
RunThere's the problem though, nim refuses to run `hello` without the nim extension.