!7 static volatile long m = 0; p { int n = numberOfCores(); print("Utilizing " + n(n, "core") + "!"); repeat n { thread { long n = 0; while (n > m) ++n; } } print("RUNNING :o)"); }