Bitwise shift and modulo

This commit is contained in:
2026-02-11 15:39:42 -05:00
parent c158751554
commit e0fb2c37fa
2 changed files with 102 additions and 5 deletions

2
test.c
View File

@@ -1,4 +1,4 @@
int main() {
return 3 % 2 / 29 % 23 + 9 % 2 % 3 % 4 % 5;
}