Skip to content

Commit 363e1c8

Browse files
committed
[DOC] Add logo
1 parent 577df7e commit 363e1c8

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

logo.tex

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// 使用函数 draw 绘制图形,反斜杠 "\" 请使用 "\\" 转义
2+
//draw(" _ _ _ _ __ __ _ _
3+
// | | | | ___| | | __\\ \\ / /__ _ __| | __| |
4+
// | |_| |/ _ \\ | |/ _ \\ \\ /\\ / / _ \\| '__| |/ _` |
5+
// | _ | __/ | | (_) \\ V V / (_) | | | | (_| |
6+
// |_| |_|\\___|_|_|\\___/ \\_/\\_/ \\___/|_| |_|\\__,_|
7+
//")
8+
9+
// 使用函数 draw 绘制图形,反斜杠 "\" 请使用 "\" 转义
10+
//draw("
11+
// _ _ _ __ _
12+
// | | | | ___ | | ___ // \\| |
13+
// | |_| |/ \| |_ _ / \ //| |__
14+
// | _ | (_) | | | | (_) | // | _ \\
15+
// |_| |_|\___/|_| |_|\___/ //___ |____//
16+
//")
17+
18+
19+
draw(" _ _ _ __ _
20+
| | | | ___ | | ___ // \\\\| |
21+
| |_| |/ \\| |_ _ / \\ //| |__
22+
| _ | (_) | | | | (_) | // | _ \\\\
23+
|_| |_|\\___/|_| |_|\\___/ //___ |____//
24+
")
25+
26+

0 commit comments

Comments
 (0)