main
Jens 2024-03-26 12:22:20 +01:00
parent e4ee0cc7de
commit 9e00f86b2d
1 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@ public class Karte {
info.append(wert); info.append(wert);
return info.toString(); return info.toString();
} }
public int temp(){
return 4;
}
} }