This commit is contained in:
Bohdan Kapliuk 2024-10-22 13:46:05 +03:00
parent 6f7842f86d
commit ad46eb5145

8
a1/program.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
int main(){
return 0;
}