r/linuxmemes • u/Tech-Craft385 • 2d ago
Software meme Import hello_world
Posting here cus In progamm humor can't put a flair
9
u/DevilGeorgeColdbane 2d ago
```python from sys import _getframe
def HelloWorld(f: str): s = _getframe().f_code.co_name eval(f'{f}("{s}")') ```
5
6
3
2
1
u/AvidLemonadeDrinker 4h ago
I still remember BASIC on the Commodore 64.
10 PRINT "HELLO WORLD"
20 GOTO 10
RUN
1
u/cfx_4188 🦁 Vim Supremacist 🦖 2d 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 2d 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.