mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
6 lines
151 B
Zig
6 lines
151 B
Zig
const std = @import("std");
|
|
const builtin = @import("builtin");
|
|
const benchmark = @import("benchmark/main.zig");
|
|
|
|
pub const main = benchmark.cli.main;
|