summary refs log tree commit diff stats
path: root/src/main.rs
blob: 9bc08ad953a615cc8a48f5b45bcc5ad9088c4dd4 (plain) (blame)
1
2
3
4
5
6
mod db;

fn main() {
    println!("clinte-0.1-dev");
    println!("a community notices system");
}