From 72ebf3e4606d7c56a92eca112d4227d0b66d2095 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 9 Mar 2021 20:04:43 -0500 Subject: add ex 55 unions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cd4f397..e5e8ac9 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Planned exercises: * [x] Struct methods * [x] Slices * [x] Many pointers -* [ ] Unions +* [x] Unions * [ ] Numeric types (integers, floats) * [ ] Labelled blocks and loops * [ ] Loops as expressions -- cgit v1.2.3-ZIG