church_controller_rust/src/main.rs
2021-12-10 15:16:05 -08:00

7 lines
71 B
Rust

mod tests;
mod modules;
fn main() {
println!("Hello, world!");
}