From eba31c969bb289bb79f844a23acc1604825d05ff Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 8 Nov 2021 14:21:59 +0000 Subject: changed output name to same as source file, added build folder, linux compatability --- src/main.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 1e6ed2b..0000000 --- a/src/main.c +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include -int main(){ -char hello[11]; -strcpy(hello,"hello"); -if(5==5){ -strcpy(hello,"goodbye "); -} -printf("%s%d%s",hello,6," test"); -} -- cgit v1.2.3