Initial commit.

This commit is contained in:
2025-05-06 15:00:06 +02:00
commit a44c5b9bc2
4 changed files with 704 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
server:
gcc irc_server.c -o irc_server -Wall -Wextra -O2
run:
./irc_server
test:
gcc load_test.c -o load_test -Wall -Wextra -O2
./load_test