mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +00:00
8 lines
113 B
Odin
8 lines
113 B
Odin
package path
|
|
|
|
|
|
SEPARATOR :: '/';
|
|
SEPARATOR_STRING :: "/";
|
|
|
|
#compile_assert("Linux is not yet supported");
|