From 52f7c4fffcda56a085e11db34248a4264a34161a Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@caltech.edu> Date: Sat, 27 Mar 2021 15:36:55 -0700 Subject: [PATCH] Delete hello.c --- hello.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 hello.c diff --git a/hello.c b/hello.c deleted file mode 100644 index 5836ae9..0000000 --- a/hello.c +++ /dev/null @@ -1,4 +0,0 @@ -#include <stdio.h> -int main(int argc, char *argv[]) { - printf("Hello!\n"); -} \ No newline at end of file -- GitLab