Ejemplo n.º 1
0
 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
     //
 }