new trash file l12.c
This commit is contained in:
parent
e3d7f15489
commit
2201e8bf9a
1 changed files with 11 additions and 0 deletions
11
c/l12.c
Normal file
11
c/l12.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
char x[100] = "False";
|
||||
while(1) {
|
||||
printf("%s\n", x);
|
||||
if(x == "True") {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue