feat(Starter.java): add author

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