#include #include "lib.h" int main(int argc, char **argv) { header(); puts(""); html(); return 0; }