diff --git a/echo.c b/echo.c index 9e87292..cba4909 100644 --- a/echo.c +++ b/echo.c @@ -1,5 +1,5 @@ /* echo.c - echo user input */ -/* [AUTHOR GOES HERE] */ +/* Dante Gil-Marin */ /* 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 +}