i write code cout << R"( _____ __ _____ _ _ ___ _ _ __ ___ _ __ __ _ ________ |_ /__\ | | || | | | | | |/| _ \ | | \ | | |/ / | | || / | | | | >< | | | 'V' | / | v / || v | | | ' | _ | | || _/ || ||||| !/ _!_/||_|__/ ||_|_/ || ) " << '\n';
but it error there are missing terminating character
https://repl.it/@PhuPns/PerfumedBlindTraining#[email protected]
how to put ascii art to c++
i write code
cout << R"(
_____ __ _____ _ _ ___ _ _ __ ___ _ __ __ _ ________
|_ /__\ | | || | | | | | |/| _ \ | | \ | | |/ / |
| || / | | | | >< | | | 'V' | / | v / || v | | | ' | _ | |
|| _/ || ||||| !/ _!_/||_|__/ ||_|_/ ||
) " << '\n';
but it error there are missing terminating character
https://repl.it/@PhuPns/PerfumedBlindTraining#[email protected]