chore: add config.toml to load settings and parallel tasks

This commit is contained in:
Jesús Pérez 2024-10-21 03:24:07 +01:00
parent afd800d2a5
commit 2440d0e7ed
No known key found for this signature in database

6
config.toml Normal file
View File

@ -0,0 +1,6 @@
be_quiet = false
[[targets]]
input = "input.txt"
[[targets]]
input = "input_2.txt"