國際慣例 Hello World

2022-03-04 18:42:31 字數 591 閱讀 3300

很高興,今天註冊了,並很快得到的審批,作為一名程式設計師,我想這裡應該是可以當作家的地方,希望大家一桶努力,共同成長。

好吧,依照國際慣例,第乙個程式就是hello world!

std::cout << "hello world!" << std::endl;

printf("hello world!");

puts("hello world!");

console.writeline("hello world!");

messagebox.show("hello world!");

response.write("hello world!");

console.log("hello world!");

document.write("hello world!");

alert("hello world!");

echo 'hello world!';

system.out.println("hello world!");

上面呢,是我了解的幾種語言的hello world的寫法,懂的語言不多,絞盡腦汁也就想到這幾個,見笑了。

ok,第一次博文,留個紀念。。。