예제 #1
0
파일: Class1.cs 프로젝트: Tilps/Stash
 static void Main(string[] args)
 {
     SMS a = new SMS();
     System.Console.Out.WriteLine(a.compress(" I  like your   style "));
     System.Console.In.ReadLine();
     //
     // TODO: Add code to start application here
     //
 }