aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKostya <mail@sartin.in>2026-08-06 14:42:43 +0000
committerKostya <mail@sartin.in>2026-08-06 14:42:43 +0000
commitc3946151d543f568983f1ba16a963ea7dd4b9055 (patch)
treec3390a0c37332b0bf7b2049f3de13cd1f900629d /src
downloadguess-market-c3946151d543f568983f1ba16a963ea7dd4b9055.tar.gz
guess-market-c3946151d543f568983f1ba16a963ea7dd4b9055.tar.xz
guess-market-c3946151d543f568983f1ba16a963ea7dd4b9055.zip
template initial commit
Diffstat (limited to 'src')
-rw-r--r--src/confing.properties0
-rw-r--r--src/main/java/com/example/App.java7
-rw-r--r--src/test/java/com/example/AppTest.java3
3 files changed, 10 insertions, 0 deletions
diff --git a/src/confing.properties b/src/confing.properties
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/confing.properties
diff --git a/src/main/java/com/example/App.java b/src/main/java/com/example/App.java
new file mode 100644
index 0000000..5777405
--- /dev/null
+++ b/src/main/java/com/example/App.java
@@ -0,0 +1,7 @@
1package com.example;
2
3public class App {
4 public static void main() {
5 IO.println("Hello World");
6 }
7}
diff --git a/src/test/java/com/example/AppTest.java b/src/test/java/com/example/AppTest.java
new file mode 100644
index 0000000..0b08c28
--- /dev/null
+++ b/src/test/java/com/example/AppTest.java
@@ -0,0 +1,3 @@
1package com.example;
2
3public class AppTest {}