Skip to main content

formal_rt/
lib.rs

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