Packages

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

Current section

Files

Jump to
adglent src showtime@tests@meta.erl
Raw

src/showtime@tests@meta.erl

-module(showtime@tests@meta).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function]).
-export_type([meta/0]).
-type meta() :: {meta, binary(), list(binary())}.