church_controller_rust/src/main.rs

8 lines
71 B
Rust
Raw Normal View History

2021-12-10 15:16:05 -08:00
mod tests;
mod modules;
fn main() {
println!("Hello, world!");
}