this post was submitted on 13 Nov 2024
805 points (96.1% liked)

Greentext

4388 readers
1105 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dch82@lemmy.zip 12 points 1 day ago* (last edited 1 day ago) (2 children)

C:

#include <stdio.h>

int main() {
    printf("Hello World!");
    return(0);
}

EDIT: POSIX-compatible shell:

echo "Hello World!"
[–] derpgon@programming.dev 4 points 16 hours ago (1 children)
[–] PushButton@lemmy.world 2 points 13 hours ago

Rust:

Still fighting the burrito check fil er
[–] sugar_in_your_tea@sh.itjust.works 3 points 1 day ago* (last edited 1 day ago) (1 children)

Python2 is only one character longer:

print "Hello world!"

And you get proper data types too.

[–] dch82@lemmy.zip 2 points 1 day ago

Shell is only meant for duct tape scripts, you know to tie two regular compiled programs together