Hello Everybody, I am 100% new to Nim (I programmed exclusively in Java and a bit of Python before) the only thing I did was Hello World and now I have a question to the set up of a "real" project:
Do you write all code in one file or do you use multiple files for different things (like class files in java)? And if you do so how do you reference other files/classes/whatever? Is there something like packages? How is it all structured? Do I have to use CMD/BASH to set it all up? Thanks in advance :)
