diff --git a/main.c b/main.c new file mode 100644 index 0000000..bc172b9 --- /dev/null +++ b/main.c @@ -0,0 +1,19 @@ +/* + * GccApplication1.c + * + * Created: 10.07.2018 19:39:28 + * Author : dozed + */ + +#include + + +int main(void) +{ + /* Replace with your application code */ + while (1) + { + printf("test"); + } +} +