Code:using System; namespace CG { staticclassProgram { ///<summary/> [STAThread] staticvoid Main( ) { Console.WriteLine( "Hello!" ); } } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: basic C# codeThreaded View
|
Click Here to Expand Forum to Full Width |