I started learning C # and am using Visual Studio. I created my basic program "hello world", I saved the project. So far so good, but when I'm going to open a NEW project, in order to create a new code, it pulls the code from my first program.
Of course I can delete this code and type the new one, but the project comes without all using
(the project only comes with using.system
).