]> Pileus Git - ~andy/sfvlug/blobdiff - c/src/main.c
Add C notes.
[~andy/sfvlug] / c / src / main.c
diff --git a/c/src/main.c b/c/src/main.c
new file mode 100644 (file)
index 0000000..63b77a1
--- /dev/null
@@ -0,0 +1,7 @@
+#include "util.h"
+
+int main()
+{
+       hello("Andy");
+       return 0;
+}