const std = @import("std"); /// Produces an HTML page listing the environment variables. pub fn main() !void { const stdout = std.io.getStdOut().writer(); // try stdout.writeAll("Content-Type: text/html\r\n"); try stdout.writeAll("\r\n"); try stdout.writeAll( \\ \\ \\
\\Environment variables passed to CGI script:
\\