示例#1
0
        static void Main()
        {
            Console.WriteLine("Get Leet Words");
            Console.Write("Enter : ");
            string input = Console.ReadLine();

            Console.WriteLine();
            Console.WriteLine(Speak.GetSentence(input));
            Console.WriteLine();
            Main();
        }
示例#2
0
 public void GetSentence_ConvertsSentenceToLeet_string()
 {
     Assert.AreEqual("5phinx 0f 8lack Quar7z, jud93 my Ka7 v0w. 4ll0w m3 1n2id3", Speak.GetSentence("Sphinx of black Quartz, judge my cat vow. Allow me Inside"));
 }