Mercurial
view mrjunejune/main.c @ 30:5bee31a0bdaf
[Bun] Forgot to add the removed files and remove . from third_party
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:53:29 -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); }