alpc 1.0.1

Aviation Language Phonetic Converter
Documentation
1
2
3
4
5
use alpc::run;

fn main() {
    run();
}