Delete utils.java

This commit is contained in:
ahaas25
2022-01-17 13:21:06 -05:00
committed by GitHub
parent fabbb42117
commit 9283d99f88
-16
View File
@@ -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) + "\", ");
}
}
}