view mrjunejune/main.c @ 11:f33d9ff8b6e8

[Raylib] Added raylib linux to third party lib and added cross platform support.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 05:01:34 -0700
parents 114cad94008f
children fb2cff495a60
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_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_FORK, 2);
}