Skip to content

Commit a4818e8

Browse files
committed
Adiciona print no projeto de exemplo
1 parent 0e3bb67 commit a4818e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/example/App.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
public class App {
44

55
public static void main(String[] args) {
6+
System.out.println();
7+
System.out.println("Aplicação Java de Exemplo\n");
68
}
79

810
}

0 commit comments

Comments
 (0)