my-solutions/problems/template/main.c

6 lines
47 B
C
Raw Normal View History

2022-11-17 17:11:40 +05:00
#include "lib.h"
int main() {
return 0;
}