perf(Starter.java): remove author

This commit is contained in:
qi4L
2024-09-11 10:53:30 +08:00
parent 8b502cb472
commit 3f7148f93c
+1 -1
View File
@@ -20,7 +20,7 @@ public class Starter {
public static void main(String[] args) throws Exception {
String logo = "" +
" ┏┳┓┏ \n" +
" ┃┗┫┏┏┓ by qi4l\n" +
" ┃┗┫┏┏┓ \n" +
" ┗┛┗┛┛┗┛ version: 1.33";
System.out.println(logo);
if (args.length > 0 && args[0].equals("-j")) {