X-Git-Url: http://git.tremily.us/?p=assignment-template.git;a=blobdiff_plain;f=README;fp=README;h=eba8a3a2f8254deb3c120160e452b4f2464c2be4;hp=63e11d777da9fce2d498ba3ad5dcf8cb39f2dbe5;hb=bb0d0f24d9ee21fc7b06ccb51cfd1ff71b24e3c7;hpb=0c57a2928b28425dab1acea82103e2aa4783aa1e diff --git a/README b/README index 63e11d7..eba8a3a 100644 --- a/README +++ b/README @@ -1,20 +1,20 @@ Homework 0 ========== -This package provides an example of simple packaging for a C++ -program. This will give you an idea of what I expect when you -submit homework assignments. +This package provides an example of simple packaging for a C or C++ +program. This will give you an idea of what I expect when you submit +homework assignments. Building ======== -This package contains a simple C++ program that can be compiled using -the `GNU Compiler Collection`_. As you write more complicated code -(to solve more complicated problems), you'll be linking to external -libraries and doing other things that make building your software more -complicated. We record the commands you need to build the software in -the ``Makefile``, which is interpreted by `GNU Make`_ to build the -software. +This package contains a simple C or C++ program that can be compiled +using the `GNU Compiler Collection`_. As you write more complicated +code (to solve more complicated problems), you'll be linking to +external libraries and doing other things that make building your +software more complicated. We record the commands you need to build +the software in the ``Makefile``, which is interpreted by `GNU Make`_ +to build the software. Compile program ``hello_world`` with::