first commit

This commit is contained in:
L_DelOff
2023-02-28 21:13:25 +03:00
commit 591c09d623
2 changed files with 23 additions and 0 deletions

View File

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