Mercurial
view mrjunejune/main.c @ 35:33b1caf051cd
Updated ignored file to ignore playground.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 30 Oct 2025 09:53:22 -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); }