1
0
Fork 0
hash-table/start.bat

10 lines
63 B
Batchfile
Raw Normal View History

2024-04-12 15:26:08 +00:00
@echo off
setlocal
pushd "%~dp0"
pushd build
.\app.exe
2024-04-12 15:40:47 +00:00
popd