🏗️」 wip: Added help msg

This commit is contained in:
2025-04-10 14:19:30 +02:00
parent 4a2bd9fe21
commit 8dff506caf
6 changed files with 103 additions and 7 deletions

16
includes/help.hpp Normal file
View File

@ -0,0 +1,16 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* help.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
/* Updated: 2025/04/10 13:58:52 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#define SAMPLE_CONF_PATH "./sample.conf"
#define WEBSRV_VERSION "v0.1"