Batch script added

This commit is contained in:
Daneck1988 2024-10-12 18:36:15 -03:00
parent f536ca37fe
commit 3b35123d0d

11
run.bat Normal file
View File

@ -0,0 +1,11 @@
@ECHO off
:main
break > build/saida.txt
for %%g in (test/*) do (
"build/solucao.exe" < test/%%g >> build/saida.txt
)
:end
echo Fim