Fix path, fix Zig: CRLF -> LF

This commit is contained in:
Omar Brikaa 2024-09-06 21:54:44 +03:00
parent 9a4ea72043
commit b3214b1c71
6 changed files with 30 additions and 29 deletions

View file

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