logical and,or

This commit is contained in:
pommicket 2022-02-12 23:17:50 -05:00
parent 47688e0a46
commit 29a92afcf2
2 changed files with 66 additions and 15 deletions

View file

@ -12,6 +12,6 @@ long fibonacci(long x) {
}
int main(int argc, char **argv) {
return fibonacci(30);
return 1 || -0.1;
}