mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
5 lines
112 B
Zig
5 lines
112 B
Zig
const builtin = @import("builtin");
|
|
const separator = if (builtin.os.tag == .windows) '\\' else '/';
|
|
|
|
// syntax
|