Kyle Curtis

👋 Hi, I am

Kyle Curtis

Student / Software Engineer / Researcher

CPP Logo
#include <iostream>
#include <string>
#include <vector>

struct About {
    std::string location;
    std::vector<std::string> education;
    std::vector<std::string> interests;
};

int main() {
    About about{
        .location = "127.0.0.1",
        .education = {"A.S.", "B.A.S."},
        .interests = {"Systems", "Embedded", "Gaming"}
    };
    return 0;
}

My Skills

Linux

Git

C++

Python

JavaScript

React

SQL

Vim