view mrjunejune/main.c @ 28:de3b9d1dca51

[Bun] Removed tests files within library folder. Updated. hgignore to ignore node_modules.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:48:20 -0700
parents 875bb6e10db7
children 84672efec192
line wrap: on
line source

/**
 *
 * MrJuneJune
 *
 *   - Server side generated my blog created using entirely in C.
 *   - Resume
 *   - What have I done?
 *   - Blogs....
 *
 */

#include "seobeo/seobeo.h"


int main(void)
{
  Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2);
}