summaryrefslogtreecommitdiffstats
path: root/old/skeletons/c.erb
diff options
context:
space:
mode:
Diffstat (limited to 'old/skeletons/c.erb')
-rw-r--r--old/skeletons/c.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/skeletons/c.erb b/old/skeletons/c.erb
new file mode 100644
index 0000000..e3df5f4
--- /dev/null
+++ b/old/skeletons/c.erb
@@ -0,0 +1,9 @@
+<%= header 'c.hdr' %>
+
+#include <stdio.h>
+
+int hello() {
+ printf ("hello world");
+ return 0;
+}
+