Adilol

JokerCrypt - v0.2-dev

Aug 8th, 2011
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.56 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6.  
  7. namespace JokerCrpyter
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.  
  13.         {
  14.             string JokerCode;
  15.             Console.ForegroundColor = ConsoleColor.White;
  16.             Console.WriteLine("JokerCrypter\n");
  17.             JokerCode = Console.ReadLine();
  18.             Console.WriteLine("Your string={0}", JokerCode);
  19.             Console.WriteLine("Enter to escape\n");
  20.             Console.ReadLine();
  21.            
  22.  
  23.         }
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment