diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
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 <stdio.h> -#include <string.h> -int main(){ -char hello[11]; -strcpy(hello,"hello"); -if(5==5){ -strcpy(hello,"goodbye "); -} -printf("%s%d%s",hello,6," test"); -} |