Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace Sandbox {
- public class Program {
- public static void Main() {
- var p = new Program();
- p.RunTheTest();
- }
- private void RunTheTest() {
- Console.WriteLine("That's all for now - press return twice");
- Console.Read();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment