zig does not read files?

This reverts commit d69c3ceb73.
This commit is contained in:
Felix Van der Jeugt 2021-12-02 10:25:19 +01:00
parent d69c3ceb73
commit 1f013dc0c3
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 6 additions and 19 deletions

View file

@ -1,6 +0,0 @@
const std = @import("std");
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
try stdout.print("Hello, {s}!\n", .{"world"});
}