wasmcloud_advent_of_code_interface/
lib.rs

1
2
3
4
//! adventofcode Interface

mod adventofcode;
pub use adventofcode::*;