Commit 241456b3 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #14 from jyu-rmn/master

Update README.md
parents c8004a02 bf74439e
...@@ -136,7 +136,7 @@ def square(n): ...@@ -136,7 +136,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