Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent src showtime@internal@common@cli.erl
Raw

src/showtime@internal@common@cli.erl

-module(showtime@internal@common@cli).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function]).
-export_type([capture/0]).
-type capture() :: yes | no | mixed.