Mercurial
view mrjunejune/server_entry.c @ 61:9df5587cf23b
[Color game] It can compile on windows now.
| author | June Park <me@mrjunejune.com> |
|---|---|
| date | Sat, 20 Dec 2025 21:07:34 -0500 |
| parents | d2bb317e01db |
| children |
line wrap: on
line source
#include "seobeo/seobeo.h" void start_server(void) { Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); }