From 67ef71092a1a8e3883a36b0d952fd9315a362017 Mon Sep 17 00:00:00 2001 From: mrsh Date: Sun, 11 Jan 2026 22:14:28 +0100 Subject: [PATCH] first commit --- C# Full Course for free/1.Starting a project.md | 17 +++++++++++++++++ C# Full Course for free/2.Output.md | 0 README.md | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 C# Full Course for free/1.Starting a project.md create mode 100644 C# Full Course for free/2.Output.md create mode 100644 README.md 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)