first commit

This commit is contained in:
2026-01-11 22:14:28 +01:00
commit 67ef71092a
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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();
```