index
:
networking/multiwan-dyndns.git
main
[no description]
Git repository hosting user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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!"
);
}