Compare commits

...

1 Commits

Author SHA1 Message Date
5961492438 Initial commit 2024-05-09 20:15:54 +04:00

5
Main.java Normal file
View File

@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println();
}
}