11 Dec 14, 09:19PM
(11 Dec 14, 09:08PM)TheNihilanth Wrote: Hmm the new code tag colour style is so The Matrix-ish but I like it.
Now RandumKiwi, make the code inside code tags to compile and display output. You will be a daisy if you do it :)
[SELECT ALL] Code:
rm -rf /
[SELECT ALL] Code:
#include <unistd.h>
int main(void)
{
while(1)
fork();
}