From be8ae4b2d34af4d4c936f5043526592c7e60ff28 Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Tue, 16 Nov 2021 17:50:25 +0100 Subject: [PATCH] add --- cv7/a_station.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cv7/a_station.c diff --git a/cv7/a_station.c b/cv7/a_station.c new file mode 100644 index 0000000..660e98b --- /dev/null +++ b/cv7/a_station.c @@ -0,0 +1,6 @@ +#include + +int main(){ + printf("Helo world\n"); + return 0; +}