From 84e90f1976908380e68a0a17d010c5ba8e66186b Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Tue, 29 Sep 2020 19:19:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=94=D0=97-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02_BuildReq/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 02_BuildReq/main.c diff --git a/02_BuildReq/main.c b/02_BuildReq/main.c new file mode 100644 index 0000000..54f506a --- /dev/null +++ b/02_BuildReq/main.c @@ -0,0 +1,6 @@ +# include + +int main(void) +{ + printf("hello, world\n"); +}