-
How can I run the server locally? |
Beta Was this translation helpful? Give feedback.
Answered by
DF0ster
Jan 9, 2025
Replies: 1 comment
-
1. Compile the Code: 2. Run the Server: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DF0ster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Compile the Code:
g++ -o server main.cpp
2. Run the Server:
./server