Skip to content

Commit d1cde31

Browse files
authored
Update (#15)
1 parent cea4e3e commit d1cde31

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

MoTIEdsuNe/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 它来自于哪里,为什么是这样,怎么就工作?
2+
1. 我也不知道为什么,我只是:
3+
- @JackWorks 提到可以用符号来解答。
4+
- @BenPigChu 提到可以用符号拼字符串。
5+
- @FiveYellowMice 提到 Ruby 可以使用 `$><<` 输出。
6+
2. 同时:
7+
- 查询了一下 Ruby 是什么样的语言,怎么写。
8+
- 学习了一下 "%c" 格式化输出以及 *13 的写法(也就是使用数字1和3的来源)。
9+
- 插叙:本来用的 1 和 2 ,但被 @FiveYellowMice 发现 Hello, World! 中间有个空格!
10+
- 了解了一下符号编程!
11+
3. 最后:
12+
- 简单快乐的凑数字过程~
13+
14+
# 致谢:
15+
- @JackWorks
16+
- @BenPigChu
17+
- FiveYellowMice

MoTIEdsuNe/_.rb

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_=111
2+
$><<"%c"*13%[3**3*3-3*3,_-11+1,_-3,_-3,_,33+11,31+1,31*3-3-3,_,_+3,_-3,_-11,33]

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
| 排名 | 作者 | 体积 | 语言 | 留言 |
2323
| :--: | :----------------------------------------------------------: | :-------: | :--------------: | :--------------: |
2424
| 1 | [nocat](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/nocat) | 38 Bytes | PHP | make PHP greate again!|
25-
| 2 | [鼹鼠](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/%E9%BC%B9%E9%BC%A0) | 109 Bytes | JavaScript | |
26-
| 3 | [FiveYellowMice](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/FiveYellowMice) | 111 bytes | Ruby | 大概还能再压,但是懒 |
27-
| 4 | [Jack-Works](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/Jack-Works) | 126 bytes | JavaScript | |
28-
| 5 | [benpigchu](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/benpigchu) | 142 Bytes | Python | 大概还能再压,但是懒 |
29-
| 6 | [GalvinGao](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/GalvinGao) | 3.3 KB | JavaScript | 感谢鼹鼠( |
25+
| 2 | [MoTIEdsuNe](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/MoTIEdsuNe)| 85 Bytes | Ruby | 大概还能再压,但是懒 |
26+
| 3 | [鼹鼠](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/%E9%BC%B9%E9%BC%A0) | 109 Bytes | JavaScript | |
27+
| 4 | [FiveYellowMice](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/FiveYellowMice) | 111 bytes | Ruby | 大概还能再压,但是懒 |
28+
| 5 | [Jack-Works](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/Jack-Works) | 126 bytes | JavaScript | |
29+
| 6 | [benpigchu](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/benpigchu) | 142 Bytes | Python | 大概还能再压,但是懒 |
30+
| 7 | [GalvinGao](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/GalvinGao) | 3.3 KB | JavaScript | 感谢鼹鼠( |
3031
| - | [谓道之求](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/%E8%B0%93%E9%81%93%E4%B9%8B%E6%B1%82) | 138 Bytes | Matlab | 过几天就符合规则了) |
3132
| - | [Nyaacinth](https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/Nyaacinth) | 257 Bytes | Lua (LuaJIT) | 做不到,但是 Lua 值得有姓名! |
3233

0 commit comments

Comments
 (0)