From 9b08f6877d644f0ab6be32a4f8ed3717e1340b85 Mon Sep 17 00:00:00 2001 From: angrave <angrave@illinois.edu> Date: Thu, 6 Aug 2015 14:12:46 -0500 Subject: [PATCH] removed hello.c --- hello.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hello.c diff --git a/hello.c b/hello.c deleted file mode 100644 index 12121ff..0000000 --- a/hello.c +++ /dev/null @@ -1,13 +0,0 @@ -#include <stdio.h> -#include <string.h> -#include <unistd.h> - -int main() { - puts("Hello World"); - printf("The answer is %d\n",42); - putchar('\n'); - fprintf(stdout,"Yes\n"); - - write(1,"Yes!",strlen("Yes!")); - return 42; -} -- GitLab