From 595e99f954c47a37be89f84d61a20a8d5cbb041b Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:35:15 +0100 Subject: [PATCH] 'Interfaces' check marked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d355411..85f656c 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Core Language * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists * [ ] Async <--- IN PROGRESS! -* [ ] Interfaces <--- IN PROGRESS! +* [X] Interfaces * [ ] Working with C ## Contributing