i get this error:
task.c:6:10: fatal error: sys/random.h: No such file or directory
6 | #include <sys/random.h>
| ^~~~~~~~~~~~~~
compilation terminated.
i get this error:
task.c:6:10: fatal error: sys/random.h: No such file or directory
6 | #include <sys/random.h>
| ^~~~~~~~~~~~~~
compilation terminated.
1 month ago
Enjoyable. The technique you use to solve this challenge will come in very handy for other challenges.