diff --git a/run.bat b/run.bat index fd69348..26dd276 100644 --- a/run.bat +++ b/run.bat @@ -1,11 +1,5 @@ @ECHO off -:main -break > build/saida.txt - for %%g in (test/*) do ( -"build/solucao.exe" < test/%%g >> build/saida.txt -) - -:end -echo Fim \ No newline at end of file +"build/solucao.exe" < test/%%g +) \ No newline at end of file