WARNING: This website may contain chemicals known to the state of California to cause cancer, birth defects or other reproductive harm.
"NotSludgeBomb" is what they used to call me in high school. I am presently in high school. I like to talk about the C programming language and it's standardisation. I like to talk about UNIX® and it's standardisation. I know too much about how operating systems work. However, I know nothing about how kernels work.
#include <signal.h>
int main (int argc, char **argv)
{
raise (SIGSEGV);
return 0;
}