pvjc24/cv5/program.c

6 lines
49 B
C
Raw Normal View History

2024-03-21 12:38:59 +00:00
#include <stdio.h>
int main() {
return 0;
}