r/programmingmemes 17d ago

writingHelloWorldWithoutAllTheGear

Post image
428 Upvotes

108 comments sorted by

View all comments

1

u/AcolyteNeko 17d ago

python: allocate a module allocate a context allocate a string call the print function deallocate string deallocate context deallocate module

C: puts("hello world");

🤷‍♀️