Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed May 11, 2015
1 parent e827fa9 commit 7801834
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ $ gcc -O2 examples/ipv4addr.c
$ time ./a.out 1234567890
result: 73.150.2.210
real 0m2.602s
user 0m2.598s
real 0m2.514s
user 0m2.503s
sys 0m0.003s
$ qrintf gcc -O2 examples/ipv4addr.c
$ time ./a.out 1234567890
result: 73.150.2.210
real 0m0.196s
user 0m0.192s
sys 0m0.003s
real 0m0.175s
user 0m0.170s
sys 0m0.002s
```

INSTALL
Expand Down

0 comments on commit 7801834

Please sign in to comment.