mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-22 06:50:42 +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 {
|
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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user