~
/website
summary
tree
log
refs
donate
website/src/main.rs
-rw-r--r--
45 B
View
Log
Blame
View Raw
4ea5743d
— arthurmelton init
2 years ago
1
2
3
fn
main
() {
println!
(
"
Hello, world!
"
);
}