diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..fd69348 --- /dev/null +++ b/run.bat @@ -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 \ No newline at end of file