commemorate 0.0.1

A CLI tool to commemorate important events.
Documentation
1
2
3
4
5
use commemorate::run;

fn main() -> commemorate::CommemorateResult<()> {
    run()
}