commit 67ef71092a1a8e3883a36b0d952fd9315a362017 Author: mrsh Date: Sun Jan 11 22:14:28 2026 +0100 first commit diff --git a/C# Full Course for free/1.Starting a project.md b/C# Full Course for free/1.Starting a project.md new file mode 100644 index 0000000..40c3ca8 --- /dev/null +++ b/C# Full Course for free/1.Starting a project.md @@ -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(); +``` diff --git a/C# Full Course for free/2.Output.md b/C# Full Course for free/2.Output.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9def574 --- /dev/null +++ b/README.md @@ -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)