2wenty1ne 2024-11-21 15:34:50 +01:00
commit ad90a0e496
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package files;
public class Main {
static Ausleihe ausleihe = new Ausleihe(true, true);
public static void main(String[] args) {
System.out.printf("Returning: %s", ausleihe.borrowMedium());
}
}