1 2 3 4 5
// Single line comment int x = 1; // mixed comment /* Block comment */ void Hello() { Console.WriteLine("hello"); }