usaa25/a1/program.c
2025-10-21 19:59:08 +02:00

8 lines
90 B
C

#include <stdio.h>
#include <string.h>
#define MAX_SIZE 100
int main() {
return 0;
}