aaronryank / fork-bomb

Fork bombs in lots of languages
The Unlicense
758 stars 133 forks source link

add forkbomb in nim #23

Closed array-in-a-matrix closed 2 months ago

array-in-a-matrix commented 1 year ago

Hi, why do you assign the return value of fork ? It isn't used after, that's why var is also useless here why not do:

discard fork()

on line 4 ?

Thank you. I updated the PR.

0x4c756e61 commented 1 year ago

Thank you. I updated the PR.

No problem. Have a nice rest of your day/night

aaronryank commented 2 months ago

Nice one