feat(Starter.java): add logo

This commit is contained in:
qi4L
2024-09-11 10:47:46 +08:00
parent a6bbe67d9e
commit 33cc64d0ad
+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" +
" ┃┗┫┏┏┓ \n" + " ┃┗┫┏┏┓ by\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")) {