Added initial files
This commit is contained in:
parent
64a1c0d48f
commit
5e9813b257
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
9
src/battleship/Battleship.java
Normal file
9
src/battleship/Battleship.java
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package battleship;
|
||||||
|
|
||||||
|
public class Battleship {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user