mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-27 01:01:53 +08:00
perf(Starter.java): remove 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 qi4l\n" +
|
" ┃┗┫┏┏┓ \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