CAP/MiniC/TP04/tests/provided/step2/test_compare_1_1.c

11 lines
101 B
C
Raw Normal View History

2024-10-06 19:58:11 +02:00
#include "printlib.h"
int main() {
println_bool(3 >= 2);
return 0;
}
// EXPECTED
// 1