mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
init
This commit is contained in:
8
src/main.cpp
Normal file
8
src/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
std::cout << "jopa" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user