想学一下 Zig 语言,结果感觉被第一个 Hello World1 就给劝退了: 1 2 3 4 5 const std = @import("std"); pub fn main() !void { try std.fs.File.stdout().writeAll("Hello, World!\n"); } “向标准输出写内容”这么日常的操作至于这么繁琐吗? Documentation - The Zig Programming Language ^ 陪她去流浪 碎碎念 桃子 2025-08-27