Initial commit
This commit is contained in:
8
app/main.cpp
Normal file
8
app/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <print>
|
||||
#include "../src/server.hpp"
|
||||
|
||||
int main() {
|
||||
SimpleHttpServer server;
|
||||
server.start_listening(8080);
|
||||
std::println("Bye!");
|
||||
}
|
||||
Reference in New Issue
Block a user