Simple C CLI Bot
- 1 Devlogs
- 1 Total hours
I built a simple cli bot in C as a way to move beyond basic programming exercises and create something functional. The bot accepts user commands, responds to greetings, performs basic arithmetic calculations, and logs all interactions to a text file. Through this project, I focused on learning core C concepts such as user input handling, string processing, conditional logic, loops, and file I/O while creating a small but complete application.