1
0
Fork 0
advent-of-code/2022/elixir/config/config.exs

6 lines
120 B
Elixir
Raw Permalink Normal View History

2022-12-10 09:49:01 -05:00
import Config
config :advent_of_code_utils,
auto_compile?: true,
session: System.get_env("ADVENT_OF_CODE_SESSION")