Delete utils.java
This commit is contained in:
parent
fabbb42117
commit
9283d99f88
@ -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) + "\", ");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user