creating firstfile.xml

This commit is contained in:
nikitadr 2026-05-21 16:16:24 +04:00
commit 2bb46d6f44
3 changed files with 9 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.idea
*~
*ml
!*xml

0
some.xml Normal file
View File

5
src/Main.java Normal file
View File

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