diff --git a/chapter/chapter_0.o b/chapter/chapter_0.o deleted file mode 100644 index c721ca5..0000000 Binary files a/chapter/chapter_0.o and /dev/null differ diff --git a/chapter/chapter_1.o b/chapter/chapter_1.o deleted file mode 100644 index 93a95c4..0000000 Binary files a/chapter/chapter_1.o and /dev/null differ diff --git a/chapter/chapter_2.o b/chapter/chapter_2.o deleted file mode 100644 index c252dbf..0000000 Binary files a/chapter/chapter_2.o and /dev/null differ diff --git a/chapter/chapter_3.o b/chapter/chapter_3.o deleted file mode 100644 index 78e30cf..0000000 Binary files a/chapter/chapter_3.o and /dev/null differ diff --git a/chapter/chapter_4.o b/chapter/chapter_4.o deleted file mode 100644 index c1ce847..0000000 Binary files a/chapter/chapter_4.o and /dev/null differ diff --git a/program/hello_world.c b/program/hello_world.c new file mode 100644 index 0000000..16ea961 --- /dev/null +++ b/program/hello_world.c @@ -0,0 +1,7 @@ +#include + +int main (void) { + puts ("Hello world!"); + + return (0); +}