1
0
Fork 0
advent-of-code/2021/config/config.exs

6 lines
120 B
Elixir
Raw Normal View History

2022-09-21 09:19:53 -04:00
import Config
2022-09-21 09:19:53 -04:00
config :advent_of_code_utils,
session: System.get_env("ADVENT_OF_CODE_SESSION"),
auto_compile?: true