SK/22-11-20/main.c

6 lines
72 B
C
Raw Normal View History

2022-12-04 10:00:06 +01:00
#include <stdlib.h>
int main(void){
printf("test");
return 0;
}