Day X

Short description of what you learned today.

Example Code

#include ;

int main() {
    std::cout << "Hello, world!" << std::endl;
    return 0;
}