From 63306a708884942e9810bbc21e4cae3629555e28 Mon Sep 17 00:00:00 2001 From: Meher Mankar <84778567+MeherMankar@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:10:36 +0530 Subject: [PATCH] Add free resource from telegram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..476288a4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## C/C++: -- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C) +- [Build an Interpreter](https://t.me/ukwhoimbot?start=BQADAQADfgUAAuCKkETzVwzEjAfMvxYE) (Chapter 14 on is written in C) - [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory) - [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/) - [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)