From 392530b58d70b618d169ef76d69d21132c0be55c Mon Sep 17 00:00:00 2001 From: Tesla <1394466835@qq.com> Date: Mon, 9 Sep 2024 13:26:54 +0800 Subject: [PATCH] update --- hobby_projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hobby_projects.md b/hobby_projects.md index 5cb0605..9b44454 100644 --- a/hobby_projects.md +++ b/hobby_projects.md @@ -14,11 +14,11 @@ Kata 练习! + "Ray Tracing in One Weekend ([github](https://raytracing.github.io/books/RayTracingInOneWeekend.html#overview))" implemented in Rust ### [Monkey Interpreter](https://github.com/Ysoding/monkey-rust) - +implemented Monkey Interpreter & Compiler in Rust ### [tiny-http-explorer](https://github.com/Ysoding/tiny-http-explorer)