blob: 7f21f4d392c2d79987c1d51d366274410103d3ec (
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: true
# Use this to change the Go version used to run your code
# on Codecrafters.
#
# Available versions: go-1.22
language_pack: go-1.22
|