# Introduction In this challenge, we will be fixing a bug in a program that trims a string based on a specified character. We will need to locate the code file, `split.cpp`, and fix any bugs that affect compilation and execution. Note that the program uses the C++ 14 standard and can be compiled using g++ 11.
Click the virtual machine below to start practicing