ona/source/runner.zig

6 lines
107 B
Zig
Raw Normal View History

2023-04-19 01:25:35 +02:00
const ona = @import("ona");
2023-07-22 14:57:39 +02:00
pub fn main() void {
ona.run_app(.{.sandboxed_path = &ona.file.Path.cwd});
2023-04-19 01:25:35 +02:00
}