view birthday_page/main.c @ 45:ac8626c7859c

[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
author MrJuneJune <me@mrjunejune.com>
date Wed, 03 Dec 2025 20:51:50 -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);
}