summaryrefslogtreecommitdiff
path: root/ch01/ex02-exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ch01/ex02-exp.c')
-rw-r--r--ch01/ex02-exp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ch01/ex02-exp.c b/ch01/ex02-exp.c
new file mode 100644
index 0000000..dcc46dd
--- /dev/null
+++ b/ch01/ex02-exp.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("hello, world\c");
+}