mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 02:25:37 -05:00
4 lines
81 B
Batchfile
4 lines
81 B
Batchfile
|
@echo off
|
||
|
setlocal EnableDelayedExpansion
|
||
|
print_file config/tips.coco
|
||
|
endlocal
|