From 938773d9cc062fd028f6560b1127a2ecd23f61c3 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Tue, 27 Jan 2026 01:22:42 +0000 Subject: Fixed constant hex/oct bug + Fixed some of the examples (work in progress) + added bootloader example (I will add some docs) --- std.zc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std.zc') diff --git a/std.zc b/std.zc index 3f08207..03bcd45 100644 --- a/std.zc +++ b/std.zc @@ -17,3 +17,5 @@ import "./std/mem.zc" import "./std/stack.zc" import "./std/queue.zc" import "./std/env.zc" +import "./std/slice.zc" + -- cgit v1.2.3