Merge pull request 'Criação do script Batch' (#2) from dnk-general into master

Reviewed-on: https://git.puffypony.party:4433/Segcolt/Bin-packing-SA-solution/pulls/2
This commit is contained in:
Segcolt 2024-10-12 18:48:43 -03:00
commit cd382540a4

5
run.bat Normal file
View File

@ -0,0 +1,5 @@
@ECHO off
for %%g in (test/*) do (
"build/solucao.exe" < test/%%g
)