Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyong Shan committed Jun 1, 2017
1 parent 30b26bf commit 39dfec8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions com/nasoftware/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit 39dfec8

Please sign in to comment.