1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

typo

Mario 2020-05-26 23:36:29 +02:00
parent 9df9886ed3
commit a3dff7d414

@ -149,7 +149,7 @@ $ time strace -c ls -l /usr/bin | wc -l
## C vs. other languages
- Python3 vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/python3-gcc.html)
- Go vs. C gcc [benachmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/go-gcc.html)
- Go vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/go-gcc.html)
- Bash script vs. C gcc
```