a program to dry your socks
// Feetwarmer:
// a program to dry your socks or warm your feet
// and do some math at the same time
// usage:
// 1) place socks near exhaust fan on your pc
// 2) run feetwarmer
// For additional performance try placing theĀ socks directly on your cpu fans
int main(int argc, char **argv)
{
while(1) {
do_some_math_shit();
}
}
~