Exemple #1
0
        public static void Main(string[] args)
        {
            if (args.Length > 0){
                var s = new SearchSystem(args[0]);

                s.search();
            }
        }
Exemple #2
0
        public static void Main(string[] args)
        {
            if (args.Length > 0)
            {
                var s = new SearchSystem(args[0]);

                s.search();
            }
        }