blob: 77886cfb3fad746be02a87575717763098e77d29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Set this to true if you want debug logs.
#
# These can be VERY verbose, so we suggest turning them off
# unless you really need them.
debug: false
# Use this to change the Go version used to run your code
# on Codecrafters.
#
# Available versions: go-1.22
language_pack: go-1.22
|