refactor: initial commit

This commit is contained in:
2026-03-07 16:26:33 -06:00
parent 2ae315d33a
commit 7a0e2de855
5 changed files with 3 additions and 3 deletions

3
old/README.md Normal file
View File

@@ -0,0 +1,3 @@
an attempt at a threaded ncurses network chat in c++
the biggest bug right now is that if you start the server without having started it previously and there isn't a server.txt and client.txt from a previous session, it doesn't work at all. It will work when you try it a second time.