diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-11-01 11:10:32 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-11-01 11:10:32 -0400 |
| commit | cb7e1688c61dc6861d06b56475f46d5c7ac75f91 (patch) | |
| tree | 012dedf66466fd30a927f740169bc852617010d4 /src/cmd/echo/echo.c | |
| parent | fe5e287e5d517bb301ab403bcc0b92ff89dbdc3e (diff) | |
Updated coin to allow for multiple flips
Diffstat (limited to 'src/cmd/echo/echo.c')
| -rw-r--r-- | src/cmd/echo/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
