提交 3cef31eb 编写于 作者: F feilong

fix bug

上级 cbb6f5ff
......@@ -21,17 +21,17 @@
### B
````bash
```hack_diff
```diff
var foo = 'bar';
+ var x = 200;
* var x = 100;
```hack_
```
````
### C
````bash
```hack_python
```python
def fibo(max):
n, a, b = 0, 0, 1
while n < max:
......@@ -40,5 +40,5 @@ def fibo(max):
n = n + 1
for n in fibo(10):
print (n)
```hack_
```
````
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册