summaryrefslogtreecommitdiffstats
path: root/skeletons/c.erb
blob: e3df5f4abe5c230d79b8e70bfc197586d64ede63 (plain)
1
2
3
4
5
6
7
8
9
<%= header 'c.hdr' %>

#include <stdio.h>

int hello() {
    printf ("hello world");
    return 0;
}