serve 0.0.1

Placeholder for a simple file server.
1
2
3
fn main() {
    println!("Hello, world!");
}