Skip to content

Commit

Permalink
rename example and add to list
Browse files Browse the repository at this point in the history
  • Loading branch information
LingDong- committed Feb 7, 2020
1 parent 8b480cc commit af732b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| [clock.wy](clock.wy) | 畫鐘 |
| [collatz.wy](collatz.wy) | 考拉兹猜想 |
| [collatz2.wy](collatz2.wy) | 考拉兹猜想二 |
| [crt.wy](crt.wy) | 大衍總數術(中國剩餘定理)|
| [crt.wy](crt.wy) | |
| [divination.wy](divination.wy) | 春秋古筮法 |
| [draw_heart.wy](draw_heart.wy) | 畫心 |
| [eightqueens.wy](eightqueens.wy) | 八皇后問題 |
Expand All @@ -20,6 +20,7 @@
| [helloworld.wy](helloworld.wy) | 問天地好在 |
| [helloworld+.wy](helloworld+.wy) | 問天地好在+ |
| [import.wy](import.wy) | 導入示例 |
| [linglong_tower.wy](linglong_tower.wy) | 玲瓏塔 |
| [macro.wy](macro.wy) | 宏示例 |
| [mandelbrot.wy](mandelbrot.wy) | 曼德博集 |
| [mergesort.wy](mergesort.wy) | 歸併排序 |
Expand All @@ -36,6 +37,7 @@
| [quine.wy](quine.wy) | [自產生程式][2] |
| [quine2.wy](quine2.wy) | 自產生程式二 |
| [selectionsort.wy](selectionsort.wy) | 選擇排序 |
| [serialization.wy](serialization.wy) | |
| [sieve.wy](sieve.wy) | 埃氏篩 |
| [sqrt_newton.wy](sqrt_newton.wy) | 牛頓求根法 |
| [tree.wy](tree.wy) | 畫樹 |
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions tools/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
helloworld: "問天地好在",
"helloworld+": "問天地好在+",
import: "導入示例",
linglong_tower: "玲瓏塔",
mandelbrot: "曼德博集",
mergesort: "歸併排序",
macro: "宏示例",
Expand Down

0 comments on commit af732b8

Please sign in to comment.