Advertisement
Guest User

max

a guest
Aug 30th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Console.WriteLine("Do you love me?!?!");
  2. string que = Console.ReadLine();
  3. if (que.ToUpper() == "Yes")
  4. {
  5. Console.WriteLine("Too bad i love this shit more...bitch");
  6. System.Diagnostics.Process.Start("http://store.steampowered.com/");
  7. }
  8. else if (que.ToUpper() == "No")
  9. {
  10. Console.WriteLine("Well then be forever alone...");
  11. System.Diagnostics.Process.Start("http://www.pornhub.com/");
  12. }
  13. bool loop = true;
  14. while (loop)
  15. {
  16.  
  17. Console.Read();
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement