Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            Strip s = new Strip(args);

            s.ParseAndRewrite();
            Console.Out.WriteLine(s.tokens);
        }
Exemplo n.º 2
0
 public static void Main( string[] args )
 {
     Strip s = new Strip( args );
     s.ParseAndRewrite();
     Console.Out.WriteLine( s.tokens );
 }