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

11 lines
94 B
C
Raw Normal View History

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