From 2440d0e7ed9684ffc0983a3cd1b3f57940c53bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 03:24:07 +0100 Subject: [PATCH] chore: add config.toml to load settings and parallel tasks --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6a7f7cb --- /dev/null +++ b/config.toml @@ -0,0 +1,6 @@ +be_quiet = false +[[targets]] +input = "input.txt" + +[[targets]] +input = "input_2.txt"