Mercurial
view mrjunejune/main.c @ 21:09def63429b9
[Dowa] Updated the naming scheme and tests.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 10:57:30 -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); }