const std = @import("std"); pub fn main() !void { @import("foo").run(); }