using System; namespace CSharpFriends { /// /// Summary description for Class1. /// class Class1 { /// /// The main entry point for the application. /// static void Main(string[] args) { Console.WriteLine("Hello, World"); } } }
// I am a comment /* I am a comment */
Build Your Own ASP.NET Website Using C# & VB.NET