mirror of
https://github.com/Rushilwiz/knights-path.git
synced 2025-04-03 20:10:16 -04:00
8 lines
55 B
Batchfile
8 lines
55 B
Batchfile
@echo off
|
|
set xp=5
|
|
|
|
pause
|
|
|
|
if %xp% GEQ 3 echo hi
|
|
|
|
pause |