Advertisement
adriyanbulgary

Untitled

May 29th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using System;
  2.  
  3. /*
  4.  * Create, compile and run a “Hello C#” console application.
  5.  */
  6. class HelloCsharp
  7. {
  8.     static void Main()
  9.     {
  10.         Console.WriteLine("Hello C#!");
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement