mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +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
|