TEST C# CHAPTER 1
Swipe to show menu
main.cs
123456789namespace HelloWorld { class Hello { static void Main(string[] args) { System.Console.WriteLine("Hello World!"); } } }
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 1
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Section 1. Chapter 1