Initial commit

This commit is contained in:
2024-01-27 21:06:02 +01:00
commit ac937cc86a
8 changed files with 234 additions and 0 deletions

6
config.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#define PORT 8080
#define LINEBREAK "\n"
#define BUF_SIZE 1024