mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
4 lines
130 B
Batchfile
4 lines
130 B
Batchfile
@echo off
|
|
set PATH_TO_ODIN==..\..\odin
|
|
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal
|
|
rem -define:SEED=42 |