Ich kannte den auch noch nicht, Linux in der "vereinfachten Version" wäre wohl:
Code:
#include unix.h
function user.wants.to.do(something)
{
show(pinguin);
bash(load);
}
function hacker.tries.to.hack(my.pc)
{
doesn.t(matter);
just.don.t.do(anything);
return 0;
}
function load(a.software)
{
emulate(everything);
execution_speed -= 1;
cpu_usage++;
}