【黑历史】读自己以前写的代码
仓库地址就不放出来了,太耻辱了……
先来看看Main.java
package cn.yingyu5658.lbl;
/**
* @author yingyu5658
*/
public class Main {
public static void main(String[] args) {
LuBuLu cmd = new LuBuLu();
while(true) {
cmd.command();
}
}
}
嗯还写了Author,生怕别人不知道这坨屎是谁拉的。