be-technical-interview-rust/config.toml

9 lines
141 B
TOML

be_quiet = false
[[targets]]
input = "input.txt"
# \ has to be escaped
reg_exp = "(\\d+) (\\w+) (\\d+)"
[[targets]]
input = "input_2.txt"