Advertisement
Guest User

Chengus Dongus

a guest
Oct 23rd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.62 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Timers;
  7.  
  8. namespace Chengus
  9. {
  10.  
  11.     class Chengus
  12.     {
  13.         static void Main()
  14.         {
  15.             Console.WriteLine("Welcome to the Chengus Khan, Lord of the Chengs Simulator 2K14!");
  16.             Console.Write("Please enter your cheng: ");
  17.             Console.ReadLine();
  18.  
  19.             do
  20.             {
  21.                     Console.WriteLine("Cheng is love... ");
  22.                     Console.WriteLine("Cheng is life... ");
  23.             } while (true);
  24.         }
  25.  
  26.  
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement