Skip to content

Commit 2a36dbb

Browse files
committed
💡 Documenting source code.
1 parent 4d7fe1e commit 2a36dbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README-ZH.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ hello world
5555
- [x] [判断链表是否有环 ](https://github.com/crossoverJie/gscript/blob/main/example/linked_list_cycle141.gs)
5656
- [x] [两数之和](https://github.com/crossoverJie/gscript/blob/main/example/leetcode/two_sum.gs)
5757
- [x] [打印斐波那契数列 ](#打印斐波那契数列)
58+
- [x] [打印杨辉三角 ](#杨辉三角)
5859
- [x] [HTTP Service](https://github.com/crossoverJie/gscript/blob/main/example/http_server.gs)
5960
- [ ] 包管理
6061
- [ ] 单测命令行工具

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ hello world
5757
- [x] [LeetCode: Linked list cycle](https://github.com/crossoverJie/gscript/blob/main/example/linked_list_cycle141.gs)
5858
- [x] [LeetCode: Two sum](https://github.com/crossoverJie/gscript/blob/main/example/leetcode/two_sum.gs)
5959
- [x] [Print fibonacci](#print-fibonacci)
60+
- [x] [Print YangHui triangle](#yanghui-triangle)
6061
- [x] [HTTP Service](https://github.com/crossoverJie/gscript/blob/main/example/http_server.gs)
6162
- [ ] PKG manager
6263
- [ ] Unit Test command line

0 commit comments

Comments
 (0)