
java 基础
cout_helloWorld
我一怒之下把之前写过的c程序仅凭印象又改写成三种不同的编程语言来回应那些嘲笑我不会编程的人。
cout>>"hello world";
console.log("hello world");
print("hello world")
展开