More initial writeup of first project

This commit is contained in:
Remzi Arpaci-Dusseau
2018-01-16 10:29:40 -06:00
parent cf826fde07
commit 55074f5be0
2 changed files with 53 additions and 1 deletions

View File

@@ -8,7 +8,16 @@ at the University of Wisconsin-Madison.
## Initial Projects
* [Unix Utilities](http://www.ostep.org)
These projects are meant to get you warmed up with programming in the C/UNIX
environment. None are meant to be particularly hard, but should be enough so
that you can get more comfortable programming.
Realize the best thing you can do to learn to program in any environment is to
program **a lot**. These small projects are only the beginning of that
journey; you'll have to do more on your own to truly become proficient.
* [Unix Utilities](https://github.com/remzi-arpacidusseau/ostep-projects/initial-utilities)