From 28157efe6ef65394d8930a79200b9243ee919f47 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 26 Mar 2026 19:46:35 -0700 Subject: mostly there except need to implement one more hash map --- test/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/simple.c') diff --git a/test/simple.c b/test/simple.c index 33c14ce..99d86c4 100644 --- a/test/simple.c +++ b/test/simple.c @@ -1,3 +1,3 @@ int main() { - return 0; + return 16; } -- cgit v1.2.3