6 lines
75 B
Plaintext
Raw Normal View History

2020-05-17 00:06:02 +02:00
bool y;
int x;
2020-05-17 03:20:08 +02:00
x := 6 * (4 + 3);
y := (0 < 1) || 19 + 23 == x;
2020-05-17 00:06:02 +02:00
print x,y,x