Closed array-in-a-matrix closed 2 months 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 ?
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.
No problem. Have a nice rest of your day/night
Nice one
Thank you. I updated the PR.