r3/demo.c

8 lines
89 B
C

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