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

View File

@@ -0,0 +1,3 @@
public enum Color {
BLACK, WHITE
}