Here is my TripleX code so far

I prefer to use the following line to clean things up:

using namespace std;

To those unfamiliar, it essentially allows you to use certain things without typing “std::” before it.

1 Like

Amazing work!

Privacy & Terms