From 6b72887fcb02b6ef25116366f3f381e4ab177a02 Mon Sep 17 00:00:00 2001 From: Heus-Sueh <98482469+Heus-Sueh@users.noreply.github.com> Date: Sun, 19 May 2024 15:08:56 -0300 Subject: [PATCH 1/3] Adding Clings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3747f7..7103357 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,7 @@ to C programming. * [CodeforWin: Learn C Programming, Data Structures Tutorials and Exercises online][605] * [Learn C: Free and Open-Source Interactive C Tutorial][606] * [How to program a text adventure in C][615] +* [Clings - Equivalent of rustlings for C ][https://github.com/c-lings/clings] ### Intermediate resources online ### From fe70c09ab57beeadddbb29ad1991848e563210d2 Mon Sep 17 00:00:00 2001 From: Heus-Sueh <98482469+Heus-Sueh@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:31:22 -0300 Subject: [PATCH 2/3] adding the new clings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7103357..82df942 100644 --- a/README.md +++ b/README.md @@ -560,7 +560,7 @@ to C programming. * [CodeforWin: Learn C Programming, Data Structures Tutorials and Exercises online][605] * [Learn C: Free and Open-Source Interactive C Tutorial][606] * [How to program a text adventure in C][615] -* [Clings - Equivalent of rustlings for C ][https://github.com/c-lings/clings] +* [clings - rustlings for C....clings](https://github.com/danwritecode/clings) ### Intermediate resources online ### From 7fdca49418bf99bbb581b61dd31646cba9b2ee1d Mon Sep 17 00:00:00 2001 From: Heus-Sueh <98482469+Heus-Sueh@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:39:46 -0300 Subject: [PATCH 3/3] fixing the TOC --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82df942..fe2a722 100644 --- a/README.md +++ b/README.md @@ -560,7 +560,7 @@ to C programming. * [CodeforWin: Learn C Programming, Data Structures Tutorials and Exercises online][605] * [Learn C: Free and Open-Source Interactive C Tutorial][606] * [How to program a text adventure in C][615] -* [clings - rustlings for C....clings](https://github.com/danwritecode/clings) +* [clings - rustlings for C....clings](707) ### Intermediate resources online ### @@ -1848,4 +1848,5 @@ support for C. [704]: https://github.com/taosdata/TDengine [705]: https://nappgui.com/ [706]: https://github.com/armink/EasyLogger +[707]: https://github.com/danwritecode/clings