first commit
This commit is contained in:
17
C# Full Course for free/1.Starting a project.md
Normal file
17
C# Full Course for free/1.Starting a project.md
Normal 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();
|
||||||
|
```
|
||||||
0
C# Full Course for free/2.Output.md
Normal file
0
C# Full Course for free/2.Output.md
Normal file
Reference in New Issue
Block a user