From 4a63c43c1f18cf1fb98dc579f3f7bdcc27c3b336 Mon Sep 17 00:00:00 2001
From: Chris Boesch <chrboesch@noreply.codeberg.org>
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