Files
ghostty/src/main_gen.zig
Mitchell Hashimoto dbfc3eb679 Remove unused imports
2025-11-27 13:37:53 -08:00

4 lines
87 B
Zig

const synthetic = @import("synthetic/main.zig");
pub const main = synthetic.cli.main;