Hello. I am learning in Rust programming language. For this "Day 0", i will learn how to print "Hello, world" in Rust.
fn main() {
print!("Hello, world!");
}
Result : Hello, world!
Ok. I can do it.
Hello. I am learning in Rust programming language. For this "Day 0", i will learn how to print "Hello, world" in Rust.
fn main() {
print!("Hello, world!");
}
Result : Hello, world!
Ok. I can do it.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)