Initial commit

This commit is contained in:
2025-05-16 02:24:13 +03:00
commit 7ca5445791
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,7 @@
package ru.kamask.pet;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}