first commit
This commit is contained in:
8
Code/TicketMachine.java
Normal file
8
Code/TicketMachine.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class TicketMachine {
|
||||
|
||||
public int getNumber() {
|
||||
// TODO - implement TicketMachine.getNumber
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user