]> Pileus Git - ~andy/ct/blob - test.c
dec3b4a51c8b425b5d4f30704c5047dc05eff1cb
[~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 }