DapperDrake

C# first programm

Jul 13th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. class MyCalc {
  2.     static void Main(int args[]){
  3.     Console.WriteLine("Hello World!");
  4.     Console.ReadKey();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment