Answers for "rust ultimate hello world"

0

rust hello world

fn main() {
    println!("Hello, world!");
}
Posted by: Guest on October-04-2021

Browse Popular Code Answers by Language