diff options
Diffstat (limited to 'codecrafters.yml')
| -rw-r--r-- | codecrafters.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/codecrafters.yml b/codecrafters.yml new file mode 100644 index 0000000..31d465e --- /dev/null +++ b/codecrafters.yml @@ -0,0 +1,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 |