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();
```

View File

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# C# Malware Roadmap
## 1.C# Full Course for free
Note on the C# Full course for free by Bro Code
[Link to the Video](https://youtu.be/wxznTygnRfQ?si=THYYy5pw-WSyps0o)