oop : variable, data type, assign

This commit is contained in:
haerong22
2021-03-05 20:08:45 +09:00
parent a6cd2f88d4
commit e106c78dbf
5 changed files with 78 additions and 0 deletions

6
JavaOOP/src/Java01.java Normal file
View File

@@ -0,0 +1,6 @@
public class Java01 {
public static void main(String[] args) {
System.out.println("hello world");
}
}