pvjc22/a1/program.c
2022-03-27 18:54:21 +02:00

8 lines
65 B
C

#include<stdio.h>
int main(){
// printf("HELLO");
return 0;
}