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

11 lines
103 B
C
Raw Normal View History

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