initial commit

This commit is contained in:
jazz
2026-03-23 17:01:32 -05:00
parent d3c52fd18a
commit 33f7d4bcc4
16 changed files with 767 additions and 9 deletions

View File

@@ -1 +1,27 @@
# Placeholder
# Threaded Network Chat
## TODO
- Finalize coding style,
- **see [STYLE.md](STYLE.md)**
- Get everyone's editors set up for clangd/clang-format and git
- Make sure everyone's compiler toolchains work
- Assign responsibilities to each team member
## Build
```
make
```
## Usage
```
./ct # run as server
```
```
./ct client # run as client
```
Chat logs are stored in `./server.txt` and `./client.txt`.