From e933c8efe14a99390466cd9711ca05cc7ede73a7 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 11 Apr 2021 11:22:38 -0400 Subject: [PATCH] update readme with progress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6beb84..bad59d7 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Planned exercises: * [x] Numeric types (integers, floats) * [x] Labelled blocks and loops * [x] Loops as expressions -* [ ] Builtins +* [x] Builtins * [ ] Comptime (!) * [ ] Inline loops * [ ] Anonymous structs