we zijn begonnen

This commit is contained in:
2020-01-11 01:31:18 +01:00
parent 9b1334c5e1
commit 2af1ec8dfd
8 changed files with 83 additions and 0 deletions

12
project/pom.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>battleShipAiTest</artifactId>
<version>1.0-SNAPSHOT</version>
</project>