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