From 41797a07b8706302e3c3d97acf840d519adc0a1f Mon Sep 17 00:00:00 2001 From: Daneck1988 Date: Sat, 12 Oct 2024 18:39:26 -0300 Subject: [PATCH] Batch behavior parity 1 --- run.bat | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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