From 51198a9f9c6cd32e64c386c59dcff9030fb644b7 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Wed, 3 Sep 2025 13:36:37 -0700 Subject: [PATCH] Update README.md Fixes https://github.com/codecrafters-io/build-your-own-x/issues/1552 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 354a868..ab8ebd9 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ It's a great way to learn. #### Uncategorized * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) +* [**(any)**: build-your-own-x-vibe-coding: BYOX-style tutorials adapted for vibe coding](https://github.com/inFaaa/build-your-own-x-vibe-coding) * [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html) * [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table)