Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. namespace _Testing {
  2.  
  3. class Program {
  4. static void Main(string[] args) {
  5. Console.Title = "Program";
  6. Console.WriteLine("If you can read this, it's all good!");
  7. Console.ReadKey();
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement