19 lines
296 B
Markdown
19 lines
296 B
Markdown
# Starting a project
|
|
|
|
|
|
The project inizialize automaticly inside visual studio
|
|
|
|
```C#
|
|
Console.WriteLine("Helo World!");
|
|
```
|
|
|
|
you can run the program by run
|
|
|
|
you can change the font and the windows and the executing code
|
|
|
|
You can make the console Beep with the function
|
|
|
|
```C#
|
|
Console.Beep();
|
|
```
|