view birthday_page/main.c @ 165:3e0e27684e6b

[Gara] Remove unwanted bazel tutorial.
author MrJuneJune <me@mrjunejune.com>
date Sat, 13 Dec 2025 14:34:51 -0800
parents 6c322f9c2cb9
children
line wrap: on
line source

/**
 * Happy birthday
 *
 */

#include "seobeo/seobeo.h"


int main(void)
{
  Seobeo_Web_Server_Start("birthday_page/pages", "8888", SEOBEO_MODE_FORK, 2);
}