mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-09 05:16:28 +02:00
Fix path, fix Zig: CRLF -> LF
This commit is contained in:
parent
9a4ea72043
commit
b3214b1c71
6 changed files with 30 additions and 29 deletions
12
packages/zig/0.10.1/test.zig
vendored
12
packages/zig/0.10.1/test.zig
vendored
|
@ -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", .{});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue