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

4 lines
87 B
Zig

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