This commit is contained in:
Miloslav Ciz 2025-03-20 21:16:10 +01:00
parent 86d87acac8
commit 390c8b8a4c
18 changed files with 1945 additions and 1931 deletions

View file

@ -2,7 +2,7 @@
{ Constant work in progress, mostly done but may still have some bugs. ~drummyfish }
This is a relatively quick [C](c.md) tutorial.
This is a relatively quick and hopefully digestible [C](c.md) tutorial.
You should probably have at least some basic awareness of essential programming concepts before reading this (what's a [programming language](programming_language.md), [source code](source_code.md), [command line](cli.md) etc.). If you're as far as already somewhat knowing another language, this should be pretty easy to understand.