this post was submitted on 19 Feb 2024
1 points (100.0% liked)

Programmer Humor

32060 readers
829 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 7 months ago (1 children)

It’s a fork bomb. Specifically it’s a piece of code that recursively calls itself and then it calls itself to run the code.

Thank goodness it did not work, but please do not actually run code like this!! Do your best to figure out what the code is doing before you attempt to run it!

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

Nevermind I figured what went wrong, I mistyped it initially ! It would have been much easier to copy paste it if it wasn't a picture...

Fun fact, the command displays a nice cat picture in ASCII :)

Edit: screenshot