Hi everyone.
I've been struggling for three days to compile basic helloworld app written in Nim. I've created this little example project to ease these steps for other people, trying to find an alternative to c / c++.
It shows real basic functionality but it is still a great starting example! I'd like to have one when I started :D
Also created another project to show how to make static libraries for switch using nim. This should be useful if you already have some code in C and want to extend it.