Skip to content

Commit cd15797

Browse files
committed
feat: apples & HanoiGames 👷
1 parent 507f1af commit cd15797

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
│ │
3333
│ └── Other 其他
3434
│ ├── MonkeyKing.php 猴子选大王
35-
│ ├── GetCattle.php 牛年求牛
3635
│ ├── Fibonacci.php 斐波那契数列
36+
│ ├── StealingApples.php 偷苹果求余
37+
│ ├── HanoiGames.php 汉诺塔游戏
38+
│ ├── GetCattle.php 牛年求牛
3739
│ └── BigSmallReplace.php Hello World 输出 Olleh Dlrow
3840
3941
├──LICENSE

package/Other/StealingApples.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
/**
3+
* ${NAME}
4+
*
5+
* @author Pu ShaoWei <[email protected]>
6+
* @date 2017/8/26
7+
* @license Mozilla
8+
*/

0 commit comments

Comments
 (0)