#[unregistered_challenge]
Expand description

Declare a challenge function without registering it.

#[bddap_aoc::unregistered_challenge(2020, 1, 1)]
fn part1() -> String {
    "Hello, world!".to_string()
}