Files
c_reverse/week1/day1/exo_1.c
2026-05-30 10:31:26 +02:00

7 lines
81 B
C

#include <stdio.h>
int main(){
int a = 123;
int b = 456;
return 0;
}