First commit

This commit is contained in:
MysaaJava 2024-01-12 19:10:01 +01:00
commit 043037eb99
Signed by: Mysaa
GPG Key ID: DBA23608F23F5A10
2 changed files with 17 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.classpath
.project
.settings/
bin/

View File

@ -0,0 +1,13 @@
package com.bernard.ovmks;
import com.bernard.math.geom.Map2D;
public class OffentlischeVerkehrsmittelKarteSimulator {
public static Map2D genMountains() {
return null;
}
}