Skip to content

Commit bab2020

Browse files
committed
primeiro app
1 parent a46ad9f commit bab2020

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.example;
2+
3+
public class PrimeiroApp {
4+
5+
public static void main (String[] args) {
6+
System.out.println("TRI, TRICOLOR");
7+
}
8+
}

0 commit comments

Comments
 (0)