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

11 lines
103 B
C
Raw Normal View History

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