diff --git a/src/utils.java b/src/utils.java deleted file mode 100644 index 8a7e233..0000000 --- a/src/utils.java +++ /dev/null @@ -1,16 +0,0 @@ - -public class utils { - - public static void main(String[] args) { - // TODO Auto-generated method stub - - } - - public void generateKB() { - String x = "ASDFGHJKL"; - for(int i = 0; i < x.length(); i++) { - System.out.print("\"" + x.charAt(i) + "\", "); - } - } - -}