extra credit stuff

This commit is contained in:
Dan Buch 2011-09-03 20:50:44 -07:00
parent e83c2a0f10
commit 9ed30444e2

5
ex1.c
View File

@ -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;
}