you are viewing a single comment's thread
view the rest of the comments
[โ€“] 7 points 6 months ago*
#include <stdio.h>
#include <stdbool.h>

int main(){
        while(true){
                printf("Oh shit!\n");
        }
}
  • source
  • parent