Files
redis-cpp/codecrafters.yml

12 lines
281 B
YAML
Raw Normal View History

2025-09-09 17:16:32 +08:00
# 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 C++ version used to run your code
# on Codecrafters.
#
# Available versions: cpp-23
2025-09-09 17:55:56 +08:00
language_pack: cpp-23