mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 04:58:46 +02:00
「🎉」 init: hello world !
This commit is contained in:
20
src/webserv.cpp
Normal file
20
src/webserv.cpp
Normal file
@ -0,0 +1,20 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* webserv.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/01/20 16:33:31 by adjoly #+# #+# */
|
||||
/* Updated: 2025/01/20 16:35:02 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main(int ac, char **av, char **env) {
|
||||
(void)ac;
|
||||
(void)av;
|
||||
(void)env;
|
||||
std::cout << "test" << std::endl;
|
||||
}
|
Reference in New Issue
Block a user