formal_cli/
lib.rs

1pub fn name() -> &'static str {
2    "The Formal Programming Language CLI"
3}