/Users/codercat
Menu ▾
About
Blog
Projects
Working
中文
About
Blog
Projects
Working
中文
Hi there!
fn
main
() {
loop
{
println!(
"Hello, world!"
);
}
}