From 9ed30444e2ba234af14df1cf1ec2ceb3d0deaf8b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 3 Sep 2011 20:50:44 -0700 Subject: [PATCH] extra credit stuff --- ex1.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ex1.c b/ex1.c index 0d77642..ea59ec4 100644 --- a/ex1.c +++ b/ex1.c @@ -3,6 +3,11 @@ int main() { puts("Hello world."); + puts("Hello man."); + puts("Hello to you."); + puts("Hello woman."); + puts("Hello to the world of learning C the hard way, mkay?"); + puts("yup."); return 0; }