initial commit

This commit is contained in:
Sebastian Hugentobler 2022-03-17 11:55:48 +01:00
commit 5d32735080
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
17 changed files with 420 additions and 0 deletions

View file

@ -0,0 +1,11 @@
package ch.fhnw.kry;
/**
* Entry point for mada-kry.
*/
public class Main {
public static void main(String[] args) {
}
}