CAP/MiniC/TP04/tests/provided/step1/test00.c

9 lines
85 B
C
Raw Normal View History

2024-10-06 19:58:11 +02:00
#include "printlib.h"
int main() {
println_int(42);
return 0;
}
// EXPECTED
// 42