Commit bf74439e authored by James Yu's avatar James Yu

Update README.md

parent 781a8561
...@@ -130,7 +130,7 @@ def square(n): ...@@ -130,7 +130,7 @@ def square(n):
r += n r += n
return r return r
``` ```
Will get translated to something similar to: will get translated to something similar to:
```C ```C
static _backedge_trip_count = 0; static _backedge_trip_count = 0;
int square(int n) { int square(int n) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment