test/main.c
2025-04-11 20:21:46 +03:00

6 lines
69 B
C

#include <stdio.h>
int (){
printf("CI Test\n");
return 0;
}