diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..26dd276 --- /dev/null +++ b/run.bat @@ -0,0 +1,5 @@ +@ECHO off + +for %%g in (test/*) do ( +"build/solucao.exe" < test/%%g +) \ No newline at end of file