mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-21 22:40:43 +08:00
feat(Starter.java): add author
This commit is contained in:
@@ -20,7 +20,7 @@ public class Starter {
|
||||
public static void main(String[] args) throws Exception {
|
||||
String logo = "" +
|
||||
" ┏┳┓┏ \n" +
|
||||
" ┃┗┫┏┏┓ by\n" +
|
||||
" ┃┗┫┏┏┓ by qi4l\n" +
|
||||
" ┗┛┗┛┛┗┛ version: 1.33";
|
||||
System.out.println(logo);
|
||||
if (args.length > 0 && args[0].equals("-j")) {
|
||||
|
||||
Reference in New Issue
Block a user