first commit

This commit is contained in:
Ali Can Zeybek
2025-01-09 20:02:51 +03:00
commit 72514365eb
55 changed files with 1285 additions and 0 deletions

8
Code/TicketMachine.java Normal file
View File

@@ -0,0 +1,8 @@
public class TicketMachine {
public int getNumber() {
// TODO - implement TicketMachine.getNumber
throw new UnsupportedOperationException();
}
}