mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03: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;
|