mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 02:06:20 +03:00
6 lines
151 B
Zig
6 lines
151 B
Zig
const std = @import("std");
|
|
const builtin = @import("builtin");
|
|
const synthetic = @import("synthetic/main.zig");
|
|
|
|
pub const main = synthetic.cli.main;
|