blob: 5adf6b91eed534686e4d5458aeff230235e8cb6e [file] [log] [blame]
codecrafters-bot67061582024-01-10 17:35:39 +00001# Set this to true if you want debug logs.
2#
3# These can be VERY verbose, so we suggest turning them off
4# unless you really need them.
5debug: false
6
7# Use this to change the Rust version used to run your code
8# on Codecrafters.
9#
10# Available versions: rust-1.70
11language_pack: rust-1.70