Add range_cache.cpp

This commit is contained in:
gingerBill
2019-10-26 14:29:04 +01:00
parent 1734eb949f
commit d808f9eccf
3 changed files with 88 additions and 3 deletions
-1
View File
@@ -39,7 +39,6 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin