print("Hello, world!")
or
cout
Print("Hello, world!")
Other urls found in this thread:
pastebin.com
pastebin.com
GitHub.com
twitter.com
from helloworld import HelloWorld as Hello
def do_hello_world():
hello = Hello()
hello.say_hello_world()
if __name__ == '__main__':
do_hello_world()
based
Which one is still replicated to this day in every language?
my sides
printf("%s", "Hello, world!\n");
damn and people say that python isn't enterprise ready
C++ is for little babbies, real men use C. Observe, the power of idomatic C:
#define l putchar
int main(void) {
return (((((((l(1+(1+(1+(1+(((((((l(((((((((((((((((((((((((((((l(1+(1+(1+(1+(1+(1+(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(((((((1+(1+(1+(1+(((((((((((l((((((((1+(((((((l(1+(1+(((1+(l(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(((((((((((1+(((1+((l(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(((1+(((((((((1+((((1+(1+(1+(l(1+(1+(1+(1+(1+
(1+(1+(((((((1+(((((((1+(1+(1+((((l(((((((((((((((((((l(1+(1+(1+(1+((((l(l(1+(1+(1+(1+(1+(
1+(((1+(((((((1+(1+(((((((1+(1+(l(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+(1+
(1+(1+(1+(1+(1+(1+(1+((((((((1+(1+(1+((((1+(1+(l(1+(1+(1+(1+(1+(1+((((((((1+((((((1+(((1+(
1+(1+(1+(64)))))
Not nearly flexible enough, at my university they taught us to do it like this:
char hello[10];
sprintf(hello, "Hello, world!\n");
printf(hello);
System.out.println("Hello, World!");
Negro what