amlich 0.0.1

A library and CLI application for Vietnamese Lunar Calendar
Documentation
mod table;

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