愿能致你以我仅有且所有的编程式浪漫。
1972年,美国Alcatel-Lucent Bell Labs成员Brian Kernighan在《Introduction to the Language B》中初次使用了"hello, world"作为打印输出内容。
直至2017年,作为一条不成文的规定,"hello, world"作为每一种语言所输出的第一句话,意涵对于初生的语言对它的全世界的问候。
Code:
public class HelloSugar {
static people I = new people("you");
public static void main(String[] args) {
I.love("you");
}
}
class people {
String heart;
public people(String heart) {
this.heart = heart;
}
public void love(String you) {
char WhatIJustWannaSay[] = { 68, 101, 97, 114, 32, 85,45, 114, 101, 32, 77, 121, 32, 87, 104, 111, 108,
101, 32, 87, 111, 114, 108, 100, 32, 58, 41 };
System.out.println(WhatIJustWannaSay);
}
}
Output:
Dear U-re My Whole World 🙂
所以,再次希望能致你以我仅有且所有的编程式烂漫。
Comments | 3 条评论
你祖宗惹 博主
Thank you ,my lover 🌞
团子 博主
666
魔男 博主
奥义♂很爽