Beispiel #1
0
        static void Main(string[] args)
        {
            arguments argss = new arguments("hello world hi there -12.8", ' ');

            argss.report();
        }