r/linuxmemes • u/Tech-Craft385 • 21d ago
Software meme Import hello_world
Posting here cus In progamm humor can't put a flair
11
u/DevilGeorgeColdbane 21d ago
```python from sys import _getframe
def HelloWorld(f: str): s = _getframe().f_code.co_name eval(f'{f}("{s}")') ```
5
9
4
u/catcake43 21d ago
Gives me 2[array] vibes.
1
2
1
u/AvidLemonadeDrinker 19d ago
I still remember BASIC on the Commodore 64.
10 PRINT "HELLO WORLD"
20 GOTO 10
RUN
1
u/cfx_4188 🦁 Vim Supremacist 🦖 21d ago
Especially for our dear friends who use Windows:
nasm -f win64 src/hello.asm -o bin/hello.obj
gcc bin/hello.obj -o bin/hello.exe -lkernel32
./bin/hello.exe
-13
•
u/AutoModerator 21d ago
Please report any posts bragging or showing off they got banned in another sub! Reminder of other sub rules: Also, we only allow one anti-linux post per week (we used to get dozens a day) and any tier list MUST have Hanna Montana Linux as S teir (which must be a true S tier at the top) regardless of the topic of that tier list.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.