blob: c0365607be6b23ba96c91db4abfd0e0f939771ae [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.
Samuel Shuertcdce5742024-01-10 17:27:57 -05005debug: true
codecrafters-bot67061582024-01-10 17:35:39 +00006
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