New tested Stopwatch :D

This commit is contained in:
LinlyBoi
2022-03-11 21:36:49 +02:00
parent 8ef95916e1
commit c22ad78dc8
6 changed files with 95 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import java.util.Date;
import java.util.Stack;
public class Coffee extends Batch {
String name;
double price;
int stock;