From 080bb49438fe770164382e2ac109dd8283600b16 Mon Sep 17 00:00:00 2001 From: Alexander Rolley Date: Fri, 14 Feb 2025 11:06:32 +0100 Subject: Start on stdio. --- src/estd/io/root.zig | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/estd/io/root.zig (limited to 'src/estd/io/root.zig') diff --git a/src/estd/io/root.zig b/src/estd/io/root.zig new file mode 100644 index 0000000..704fdd7 --- /dev/null +++ b/src/estd/io/root.zig @@ -0,0 +1 @@ +pub const stdio = @import("stdio.zig"); -- cgit v1.2.3-70-g09d2