diff --git a/com/nasoftware/Main.java b/com/nasoftware/Main.java index b8014f6..8e8e9ef 100644 --- a/com/nasoftware/Main.java +++ b/com/nasoftware/Main.java @@ -7,10 +7,6 @@ public class Main { public static void main(String[] args) throws IOException { // write your code here - /* // uncommon there two lines if you are using non-ternimal - args = new String[1]; - args[0] = "22000"; - */ if(args.length < 1) { System.out.println("no enough arguments!");