wcat -> wisconsin cat (not zip)

This commit is contained in:
Mice Pápai
2019-02-24 13:06:02 +01:00
committed by GitHub
parent 770fb5277f
commit 03f042b708

View File

@@ -6,7 +6,7 @@
In this project, you'll build a few different UNIX utilities, simple versions
of commonly used commands like **cat**, **ls**, etc. We'll call each of them a
slightly different name to avoid confusion; for example, instead of **cat**,
you'll be implementing **wcat** (i.e., "wisconsin" zip).
you'll be implementing **wcat** (i.e., "wisconsin" cat).
Objectives:
* Re-familiarize yourself with the C programming language