parametrize your mom?

This commit is contained in:
Mid
2025-05-03 09:59:30 +03:00
parent 2c6033e501
commit 56c10daaa7
16 changed files with 1156 additions and 214 deletions

View File

@@ -1,8 +1,9 @@
u16 a = 12;
u16 b = a & 6;
u16 c = b ^ a | 3;
u16 d = 11 * c;
u16 o = 5;
u16 d = o * 2;
if(a) {
if(a == 0) {
u16 e = b + c + d;
}
}