Simple Console Chat
One session only. No history.
Installation
git clone https://github.com/jmpleon/simple-console-chat.git
cd ./simple-console-chat
Build
cmake -S . -B build && cmake --build build
Run
./simple-console-chat
Simple console chat on C++
One session only. No history.
git clone https://github.com/jmpleon/simple-console-chat.git
cd ./simple-console-chat
cmake -S . -B build && cmake --build build
./simple-console-chat