Skip to content

Commit

Permalink
step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishizawa committed Mar 10, 2016
1 parent 0a50352 commit 4914fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
public class Main {

public static void main(String[] args) {
System.out.println("Hello "+args[0]+"!");
for (int i = 0; i < 20; i++) {
System.out.println("Hello " + args[0] + "!");
}
}
}

0 comments on commit 4914fc3

Please sign in to comment.