This commit is contained in:
Oleksandr Hryshchenko 2021-11-16 17:50:25 +01:00
parent c0bf64e800
commit be8ae4b2d3

6
cv7/a_station.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf("Helo world\n");
return 0;
}