Skip to content

Commit 94e8df8

Browse files
committed
Adicionado AppTest.java
1 parent fb26bf7 commit 94e8df8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import java.sql.SQLException;
55

66
public class App {
7-
87
public static void main(String[] args){
98
System.out.println();
109
System.out.println("Aplicação Java de Exemplo\n");
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.example;
2+
3+
public class AppTest {
4+
public static void main(String[] args) {
5+
System.out.println("App de teste");
6+
}
7+
}

0 commit comments

Comments
 (0)