codecrafters.yml 285B

1234567891011
  1. # 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.
  5. debug: false
  6. # Use this to change the Zig version used to run your code
  7. # on Codecrafters.
  8. #
  9. # Available versions: zig-0.12
  10. language_pack: zig-0.12