Added initial files

This commit is contained in:
Quentin Legot 2021-03-23 09:46:47 +01:00
parent 64a1c0d48f
commit 5e9813b257
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.idea
*.iml

View File

@ -0,0 +1,9 @@
package battleship;
public class Battleship {
public static void main(String[] args) {
}
}