print("hello word")
同
printf("hello world");
system.out.println("hello world");
cout<<“hello”<<endl;
fn main() { println!("hello world"); }
stdendl;
echo "Hello World"
console.log("hello world")
同