9 lines
85 B
C
9 lines
85 B
C
main(){
|
|
int i = 0;
|
|
if(i) {
|
|
puts("hurr");
|
|
} else while(1) {
|
|
puts("durr");
|
|
}
|
|
}
|