add intelliJ project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ClassExamples;
|
||||
|
||||
public class Example01
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.out.println("Hi!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user