terminal_racer/racecar.cpp
2023-10-10 10:13:48 -04:00

8 lines
205 B
C++

#include "racecar.h"
Racecar::Racecar() {
// Add the implementation for the Racecar class constructor here if needed.
// You can include any member variables and functions specific to Racecar.
}