From a2682d25c6cd0e069ff73a43df74c17a63caabac Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:59:23 +0000 Subject: Sat, Feb 17, 2024, 2:59 PM -08:00 --- wk1/pset1/hello.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 wk1/pset1/hello.c (limited to 'wk1/pset1/hello.c') diff --git a/wk1/pset1/hello.c b/wk1/pset1/hello.c deleted file mode 100644 index d840466..0000000 --- a/wk1/pset1/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include - -int main(void) -{ - string name = get_string("What's your first name? "); - printf("Hello, %s\n", name); -} -- cgit v1.2.3