From e44f03a501fc380ef84e53bb8c0f8e978bc8ffed Mon Sep 17 00:00:00 2001 From: Isha Mehrotra Date: Fri, 23 Mar 2018 18:52:31 -0400 Subject: [PATCH 1/2] updated author to John Doe --- echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo.c b/echo.c index 9e87292..d4d8d9f 100644 --- a/echo.c +++ b/echo.c @@ -1,5 +1,5 @@ /* echo.c - echo user input */ -/* [AUTHOR GOES HERE] */ +/* Created by John Doe */ /* Last updated: 3/23/18 */ #include From 7e0e2b3a30a6695f2adcf3f42e958bbb7c11a0f0 Mon Sep 17 00:00:00 2001 From: Melinda Tang Date: Thu, 25 Apr 2019 15:19:10 -0500 Subject: [PATCH 2/2] added author --- echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/echo.c b/echo.c index 9e87292..4927d9f 100644 --- a/echo.c +++ b/echo.c @@ -1,5 +1,5 @@ /* echo.c - echo user input */ -/* [AUTHOR GOES HERE] */ +/* Melinda Tang */ /* Last updated: 3/23/18 */ #include @@ -13,4 +13,4 @@ int main(){ memset(input, 0, strlen(input)); //reset string to all 0's } return 1; -} \ No newline at end of file +}