diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..4c0c5b6 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/hellsgamers.iml b/.idea/hellsgamers.iml index d58dd2f..4d96fdf 100644 --- a/.idea/hellsgamers.iml +++ b/.idea/hellsgamers.iml @@ -1,14 +1,17 @@ - - - + + + + - - + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_13_2.xml b/.idea/libraries/Maven__junit_junit_4_13_2.xml new file mode 100644 index 0000000..606c352 --- /dev/null +++ b/.idea/libraries/Maven__junit_junit_4_13_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..f58bbc1 --- /dev/null +++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b523406..5a7c826 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,19 @@ Hellsgamers hellsgamers 1.0-SNAPSHOT + + 17 + 17 + + + + + junit + junit + 4.13.2 + test + + \ No newline at end of file diff --git a/src/main/java/Main.java b/src/main/java/Main.java new file mode 100644 index 0000000..7046417 --- /dev/null +++ b/src/main/java/Main.java @@ -0,0 +1,2 @@ +public class Main { +}