From 7d36cc06bbcd14fe3faf8c7594984a41ed2b5309 Mon Sep 17 00:00:00 2001 From: Aditya Mangal Date: Mon, 21 Oct 2019 03:04:15 -0700 Subject: [PATCH] Update hello.c --- pset1/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pset1/hello.c b/pset1/hello.c index d15cf17..40aabd6 100644 --- a/pset1/hello.c +++ b/pset1/hello.c @@ -1,6 +1,6 @@ #include - +///print the string int main() { printf("hello, world\n"); -} \ No newline at end of file +}