]> Pileus Git - ~andy/ct/blob - test.c
Initial import
[~andy/ct] / test.c
1 #include <stdio.h>
2 #include "lib.h"
3
4 int main(int argc, char **argv)
5 {
6         header();
7         puts("");
8         html();
9         return 0;
10 }