exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
252 stars 205 forks source link

Doctor Data skeleton contains garbage #745

Closed ryanplusplus closed 7 months ago

ryanplusplus commented 8 months ago

doctor_data.h:

hp1,üapöhp2ö%Äcountöiöma1,öhp2ö%Älawöhp3öö/önextöstepö%Ädacöiöml1ö%Älawö7ö%Ädacöiömb1ö%Ärandomöö%Äscrö9sö%Äsirö9sö%Äxctöhr1ö%Äaddöiömx1ö%Ädacöiömx1ö%Äswapö%Äaddöiömy1ö%Ädacöiömy1ö%Ärandomö%Äscrö9sö%Äsirö9sö%Äxctöhr2ö%Ädacöiömdyö%Ädioöiömdxö%Äsetupö.hpt,3ö%Älacöranö%Ädacöiömth

doctor_data.cpp:

hp4,ölacöiömthö%Äsmaö%Äsubö(311040ö%Äspaö%Äaddö(311040ö%Ädacöiömthö%Äcountö.hpt,hp4ö%Äxctöhd2ö%Ädacöiöma1
hp2,öjmpö.

Is this intentional?

vaeng commented 8 months ago

Yes, I thought it was aligned with the "story", do you think it is irritating?

ryanplusplus commented 8 months ago

It caught me off guard because the first thing I did was set up cmake and try to get a baseline build. The error messages from the compiler were really confusing until I saw that the template contained garbage. At this point I thought maybe I somehow got a bad download from the exercism CLI and tried again with the same result. Ultimately I deleted the garbage and created an empty skeleton before I ever opened the instructions. It felt like an unnecessary papercut to me, but maybe I'm a weirdo that approached this backwards.