From 5bc846fabd39d9ffc9fae3f4a2500317c73cbec5 Mon Sep 17 00:00:00 2001 From: Thomas Bishop Date: Mon, 28 Nov 2022 13:45:10 +0000 Subject: [PATCH] Add C resource --- Resources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources.md b/Resources.md index c9e7fa6..91efd10 100644 --- a/Resources.md +++ b/Resources.md @@ -5,3 +5,7 @@ ## Python [Tiny Python Projects (O'Reilly)](https://learning.oreilly.com/library/view/tiny-python-projects/9781617297519/) + +## C + +[Everything I wish I knew when I started learning C](https://tmewett.com/c-tips/)