Skip to content

Commit 71ff91f

Browse files
committed
Adicionei "OI"
1 parent 958271f commit 71ff91f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public class App {
1010
private static final String JDBC_URL = "jdbc:postgresql://localhost/postgres";
1111

1212
public static void main(String[] args) {
13-
new App();
13+
// new App();
14+
System.out.println("oi");
1415
}
1516

1617
public App(){

0 commit comments

Comments
 (0)