const std = @import("std"); const notcurses = @import("notcurses.zig"); pub fn main() anyerror!void { var nc = notcurses.init(); }