CodeRusthello-world
println!("hello world");
println!("hello my_site");
C++hello-world
std::cout << "Hello World"
2021-01-08