cloudflare-ddns-service/src/main.rs
Rostislav Raykov 4feaf4a17d feat: Initial commit
Basically the output of cargo init with some
extra metadata added to the package
2019-09-17 13:44:12 +02:00

4 lines
45 B
Rust

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