wasmcloud-advent-of-code-interface 0.1.0

Interface library for Advent of Code solutions written for wasmCloud
Documentation
1
2
3
4
//! adventofcode Interface

mod adventofcode;
pub use adventofcode::*;