start quote selection implementation

This commit is contained in:
Arthur-Coppey
2021-04-18 03:13:53 +02:00
parent 7d0d4356dc
commit 296059e911
3 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ project(qotd C)
set(CMAKE_C_STANDARD 99)
add_executable(qotd main.c)
add_executable(qotd main.c quote.c quote.h server.c server.h)