steid
Sign in
@jamesgill
/
steid
Code
Commits
1111df1
At commit 1111df1
Branches
main
steid
/
src
/
main.rs
45 B
Code
·
Blame
·
Raw
1111df1
feat: init
1mo
1
fn
main
(
)
{
2
println!
(
"
Hello, world!
"
)
;
3
}