initial commit

This commit is contained in:
2018-02-26 13:12:44 +01:00
parent ca7eff1be7
commit bcf9f8d7bd
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -106,3 +106,4 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.iml

6
src/Main.java Normal file
View File

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