Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4. namespace Hello
  5. {
  6. class MainClass
  7. {
  8. public static void Main (string[] args)
  9. {
  10. Console.WriteLine ("Hello World!");
  11. Console.ReadLine();
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement