Advertisement
wingman007

HelloWorldC#

Sep 15th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. class HelloWorld
  2. {
  3.     static void Main(string[] args)
  4.     {
  5.         System.Console.WriteLine("Hello World!");
  6.     }  
  7. }
  8. // run csc HelloWorld.cs to compile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement