Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 1. Console Thyself > Anatomy of a Program

1.2. Anatomy of a Program

Here's the ConsoleHelloWorld program again.

ConsoleHelloWorld.cs
//------------------------------------------------
// ConsoleHelloWorld.cs © 2001 by Charles Petzold
//------------------------------------------------

class ConsoleHelloWorld
{
     public static void Main()

     {
          System.Console.WriteLine("Hello, world!");
     }
}


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint