aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 1ae22b8f9e02d597af19c02d492692e700fc0e85 (plain)
1
2
3
4
5
6
mod dyndns_service;
mod ip_service;

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