Skip to content

Commit deaf378

Browse files
committed
Teste
1 parent 958271f commit deaf378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/com/example/Teste.java

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 Teste {
4+
public static void main(String[] args) {
5+
System.out.println("Ola Mundo!");
6+
}
7+
}

0 commit comments

Comments
 (0)