pyruse/src/main.rs

10 lines
107 B
Rust
Raw Normal View History

2019-11-23 23:10:40 +01:00
mod actions;
mod common;
mod config;
mod filters;
mod modules;
fn main() {
println!("Hello, world!");
}