id:Yoshiya
無限ループって怖くね?のことを語る

include<stdio.h>

void main(void) {

while(1){
}
}