typo

Mario 2020-05-26 23:36:29 +02:00
parent 9df9886ed3
commit a3dff7d414
1 changed files with 1 additions and 1 deletions

@ -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
```