add true, false
This commit is contained in:
parent
e98b017e0d
commit
ebd877624f
3
apps/false.c
Normal file
3
apps/false.c
Normal file
@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 1;
|
||||
}
|
3
apps/true.c
Normal file
3
apps/true.c
Normal file
@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user