Inspiration

I know $$ x = left \cup right$$

What it does

// Code is poetry written in logic
#include <iostream>
#include <vector>
#include <algorithm>

int main() {
    std::vector<std::string> skills = {"Grind", "Hustle", "Mindset"};
    std::for_each(skills.begin(), skills.end(), [](const std::string& skill) {
        std::cout << "Constantly improving my " << skill << "\n";
    });
    return 0;
}

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for Test Project

Built With

  • cpp
Share this project:

Updates