From becf7aed2d2d2231392bbea2a32bced700765c75 Mon Sep 17 00:00:00 2001 From: intellectualtheft Date: Sun, 29 Mar 2026 19:48:34 +0100 Subject: [PATCH] dfasfa --- src/main.cpp | 10 ++++++---- wazxczfae | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 wazxczfae diff --git a/src/main.cpp b/src/main.cpp index 4970411..a4fe019 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,11 +1,13 @@ //this snippet just opens a server and stops it from closing. #include "nn.hpp" #include - int main(){ - runServer(9090, "PassTest"); - // this part stops it from reaching the "return 0" line. - // the timer is so it does not eat up CPU power + std::string msg; + runServer(9090,"PassTest"); + + + //this part stops it from reaching the "return 0" line. + //the timer is so it does not eat up CPU power while(true){ std::this_thread::sleep_for(std::chrono::milliseconds(100)); } diff --git a/wazxczfae b/wazxczfae new file mode 100644 index 0000000..e3c9bc5 --- /dev/null +++ b/wazxczfae @@ -0,0 +1 @@ +efgasdfaw \ No newline at end of file