diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:52:16 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 16:52:16 +0100 |
| commit | 7407f9719be03ec1a93de5bf0af5ac536d370400 (patch) | |
| tree | 87a066c20ccf492142cbe3c8730ce1fe44108a15 /src/estd/io/root.zig | |
| parent | 40b847344481803e94e78ba2dacde8dc78636948 (diff) | |
| parent | bff7daf2d430062fc37cbf3b69fe102a5b0bad58 (diff) | |
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"); |