Jul 11, 2024
visualstudio.com/vs/community
.NET Desktop Development
general
and blue theme
Console App
for C#program.cs
: main program fileusing system;
and other directives: importing namespacesnamespace
, class Program
, and static void Main
: the structure and entry point of the programConsole.ReadLine
: Keeping console open until input