]> Pileus Git - ~andy/sfvlug/blobdiff - cc/source/hello.c
Update C Compiling presentation.
[~andy/sfvlug] / cc / source / hello.c
diff --git a/cc/source/hello.c b/cc/source/hello.c
new file mode 100644 (file)
index 0000000..099e13c
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+       printf("hello, sfvlug!\n");
+       return 0;
+}