ona/source/runner.zig

6 lines
128 B
Zig
Raw Normal View History

2023-04-19 01:25:35 +02:00
const ona = @import("ona");
2023-07-10 02:10:56 +02:00
pub fn main() ona.RuntimeError!void {
try ona.run_app(.{.sandboxed_path = &ona.file.Path.cwd});
2023-04-19 01:25:35 +02:00
}