Guest User

Untitled

a guest
Mar 5th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.83 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. using System.Windows.Forms;
  6.  
  7. namespace PROSTO
  8. {
  9.     static class Program
  10.     { [STAThread]
  11.         static void Main()
  12.         {
  13.             Console.ForegroundColor=ConsoleColor.Green;
  14.             Console.WriteLine("Wake up, Neo...");
  15.             System.Threading.Thread.Sleep(3228);
  16.             Console.Clear();
  17.             Console.WriteLine("The Matrix has you");
  18.             System.Threading.Thread.Sleep(3228);
  19.             Console.Clear();
  20.             Console.WriteLine("Follow the white rabbit");
  21.             System.Threading.Thread.Sleep(3228);
  22.             Console.Clear();
  23.             Console.WriteLine("Knock, knock , Neo");
  24.             System.Threading.Thread.Sleep(3228);
  25.             Console.Clear();
  26.         }
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment