Print("Hello, world!")

print("Hello, world!")
or
cout

Attached: 6e5a40373d4b7696888c839b6383b06169485a40f9cf9a75266ca3fbf026eaf4.png (400x400, 281K)

Other urls found in this thread:

pastebin.com/EfHKX9nr
pastebin.com/NsxQ9FC2
GitHub.com/XxXDarkOne420XxX/helloworld
twitter.com/NSFWRedditGif

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

Attached: 7lZwLKc.jpg (511x606, 87K)