Yes, the --run (or -r) will run after compiling helloworld.nim. nim --run helloworld.nim won't just run your script.
- Hey , nim compile --run helloworld.nim Mennohexo
- Re: Hey , nim compile --run helloworld.nim chrisheller
Yes, the --run (or -r) will run after compiling helloworld.nim. nim --run helloworld.nim won't just run your script.