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

Greentext

4384 readers
1111 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
[–] [email protected] 18 points 1 day ago* (last edited 1 day ago) (5 children)

Python:

print("Hello world!")
[–] [email protected] 12 points 1 day ago* (last edited 1 day ago) (4 children)

C:

#include <stdio.h>

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

EDIT: POSIX-compatible shell:

echo "Hello World!"
[–] [email protected] 4 points 15 hours ago (1 children)
[–] [email protected] 2 points 12 hours ago

Rust:

Still fighting the burrito check fil er
load more comments (2 replies)
load more comments (2 replies)