mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +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
|