comparison birthday_page/main.c @ 34:6c322f9c2cb9

[Birthday] I didn't have nay time to buy birhtday present so w/e/
author MrJuneJune <me@mrjunejune.com>
date Sat, 11 Oct 2025 15:07:07 -0700
parents
children
comparison
equal deleted inserted replaced
33:c0f6c8c7829f 34:6c322f9c2cb9
1 /**
2 * Happy birthday
3 *
4 */
5
6 #include "seobeo/seobeo.h"
7
8
9 int main(void)
10 {
11 Seobeo_Web_Server_Start("birthday_page/pages", "8888", SEOBEO_MODE_FORK, 2);
12 }