pvjc22/a1/program.c

6 lines
45 B
C
Raw Normal View History

2022-03-31 08:46:47 +00:00
#include <stdio.h>
int main(){
return 0;
}