diff options
| author | Alexander Rolley <arolley35@gmail.com> | 2025-02-14 11:06:32 +0100 |
|---|---|---|
| committer | Alexander Rolley <arolley35@gmail.com> | 2025-02-14 11:06:32 +0100 |
| commit | 080bb49438fe770164382e2ac109dd8283600b16 (patch) | |
| tree | 63c3f518c92159d0225d7285fbab284f1704faff /src/estd/io/root.zig | |
| parent | 7313faeb25476147208f0b03c9261f6e6bec52eb (diff) | |
Start on stdio.
Diffstat (limited to 'src/estd/io/root.zig')
| -rw-r--r-- | src/estd/io/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |