Стандартные средсвта сборки

This commit is contained in:
RoyceDa
2026-02-11 09:03:56 +02:00
commit dd10e59be3
6 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package im.rosetta;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}