const std = @import("std"); var stdout_writer = std.fs.File.stdout().writerStreaming(&.{}); const stdout = &stdout_writer.interface; pub fn main() !void { // TODO: Uncomment the code below to pass the first stage // try stdout.print("$ ", .{}); }