commit files uebung02

This commit is contained in:
2025-04-14 22:50:10 +02:00
parent 1b7c9f339a
commit c6b1cde768
7 changed files with 335 additions and 1 deletions

3
uebung02/chess/Kind.java Normal file
View File

@@ -0,0 +1,3 @@
public enum Kind {
QUEEN, KNIGHT
}