From 39dfec88ba9e33b88166c5effe9d170110c140ed Mon Sep 17 00:00:00 2001 From: Zeyong Shan Date: Thu, 1 Jun 2017 02:41:33 -0700 Subject: [PATCH] delete comments --- com/nasoftware/Main.java | 4 ---- 1 file changed, 4 deletions(-) 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!");