From 36f19c62c2266973818908a10d7962f055714db2 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 17 Feb 2024 20:45:28 +0530 Subject: add build script --- History.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 History.java (limited to 'History.java') diff --git a/History.java b/History.java deleted file mode 100644 index ef2807b..0000000 --- a/History.java +++ /dev/null @@ -1,17 +0,0 @@ -import java.util.Vector; - -public class History { - private Vector hist; - - History() { - hist = new Vector(); - } - - public void clearHistory() { - hist.clear(); - } - - public Vector getHistory() { - return hist; - } -} -- cgit v1.2.3