From cb7e1688c61dc6861d06b56475f46d5c7ac75f91 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 1 Nov 2021 11:10:32 -0400 Subject: Updated coin to allow for multiple flips --- src/cmd/echo/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/echo/echo.c') diff --git a/src/cmd/echo/echo.c b/src/cmd/echo/echo.c index 4733830..3dc8334 100644 --- a/src/cmd/echo/echo.c +++ b/src/cmd/echo/echo.c @@ -14,4 +14,4 @@ main (int argc, char *argv[]) printf("%s%c", argv[i], (i == argc) ? ((nflag == 1) ? '\0' : '\n') : ' '); } return 0; -} +} \ No newline at end of file -- cgit v1.2.3