amlich 0.0.1

A library and CLI application for Vietnamese Lunar Calendar
1
2
3
4
5
mod table;

fn main() {
    table::CalTable::new().run();
}