Skip to content

Commit

Permalink
Mostrar 10 vezes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloisa.asilva2 authored and eloisa.asilva2 committed Feb 22, 2017
1 parent 73be5c3 commit 6890fcb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
*/
public class Principal {
public static void main(String[] args) {
System.out.println("Hello World!");

for (int i = 0; i < 10; i++) {
System.out.println("Hello World!");
}
}
}

0 comments on commit 6890fcb

Please sign in to comment.