traffic-light This project simulates a traffic light state machine and includes tests for verifying the core state transition logic. Usage Build and Run the Simulation: make ./traffic_light Build and Run Tests: make test ./test_traffic_light Clean Up: make clean