Remake of my CS2103 IP but with C++.
Don't ask me why.
- List all tasks
- Add a task
- Mark and unmark a task
- Delete a task
- The first word of the input is the command
- Available commands
- todo
- deadline
- event
- list
- mark
- unmark
- Duke was built with C++
- Clone the repository
git clone https://github.com/lipwei1808/chatcpp.git
- Build Duke
mkdir build
cd build
cmake ..
make
- Run Duke
./chatcpp