With everything going around us - this is what 2020 feels like. 😮💨
1
2
3
4
5
6
7
| // Livelock == an infinite loop that
// means the program is frozen
#define FROZEN while(1)
// in hell, there are demons with pitchforks
#define HELL fork();
FROZEN HELL
|