From dd6475c99b3644025b248c0fbdcac341ec8f57d6 Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Tue, 13 Sep 2022 19:53:05 +0800 Subject: [PATCH] :memo: document --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1896f13..1186b17 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,12 @@ hello world - [x] [Native support](#native-function) `json`. - [x] [Native support `http`](#http). - [x] Example + - [x] LeetCode + - [x] [LeetCode: Linked list cycle](https://github.com/crossoverJie/gscript/blob/main/example/linked_list_cycle141.gs) + - [x] [LeetCode: Two sum](https://github.com/crossoverJie/gscript/blob/main/example/leetcode/two_sum.gs) - [x] [Print fibonacci](#print-fibonacci) - - [x] [LeetCode: Linked list cycle](https://github.com/crossoverJie/gscript/blob/main/example/linked_list_cycle141.gs) - - [x] [LeetCode: Two sum](https://github.com/crossoverJie/gscript/blob/main/example/leetcode/two_sum.gs) - [x] [HTTP Service](https://github.com/crossoverJie/gscript/blob/main/example/http_server.gs) -- [ ] Unit Test commond line. +- [ ] Unit Test command line.