add intelliJ project

This commit is contained in:
2026-04-16 13:17:40 +03:30
parent 54e026fcb5
commit 2d3e8f3393
3 changed files with 13 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
package ClassExamples;
public class Example01
{
public static void main(String[] args)
{
System.out.println("Hi!");
}
}