diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b0bf3e8 Binary files /dev/null and b/.DS_Store differ diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..4d89923 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/com/.DS_Store b/src/com/.DS_Store new file mode 100644 index 0000000..3e4ca79 Binary files /dev/null and b/src/com/.DS_Store differ diff --git a/src/com/company/.DS_Store b/src/com/company/.DS_Store new file mode 100644 index 0000000..02c761d Binary files /dev/null and b/src/com/company/.DS_Store differ diff --git a/src/com/company/Haim.java b/src/com/company/Haim.java new file mode 100644 index 0000000..ce7edb2 --- /dev/null +++ b/src/com/company/Haim.java @@ -0,0 +1,8 @@ +package com.company; + +public class Haim{ + + public static void main(String[] args){ + System.out.println("Hello SE"); + } +} \ No newline at end of file diff --git a/src/com/company/test.java b/src/com/company/test.java new file mode 100644 index 0000000..e69de29