wibo/test/test.c

7 lines
107 B
C

float apple = 3.0f;
float banana = 65.32f;
int something(void) {
return (int)(apple * banana) % 11;
}