refractr/src/main.rs

6 lines
60 B
Rust
Raw Normal View History

2025-02-11 23:32:28 -07:00
mod hello;
fn main() {
println!("{}", hello::there());
}