diff --git a/hogs/cpuhog.c b/hogs/cpuhog.c new file mode 100644 index 0000000..5929489 --- /dev/null +++ b/hogs/cpuhog.c @@ -0,0 +1,3 @@ +int main(void) { + for (;;); +}