diff options
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"); |