blob: 31d465e9bd64961dcf346b833ba5f886587e363e (
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 Zig version used to run your code
# on Codecrafters.
#
# Available versions: zig-0.15.2
buildpack: zig-0.15.2
|