Skip to content
View valentechie's full-sized avatar
💻
build first, polish later
💻
build first, polish later

Block or report valentechie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
valentechie/README.md

Hello world, I’m Valen!

#include <iostream>

int main() {
    const bool experimental = true;
    const int year = 2026;

    std::cout << "Valentina\n";
    std::cout << "engineering student\n";
    std::cout << (experimental ? "learning by building" : "stable mode") 
              << " · " << year << "\n";
}

💻 Currently learning

Pinned Loading

  1. Mano-Zeus Mano-Zeus Public

    Forked from RoboTech-URJC/Mano-Zeus

    Open-source 3D-printed robotic arm with gesture control 🦾

    Python

  2. robot_explorer robot_explorer Public

    🕹️ Command line game which simulates a robot explorer on a board with obstacles, built in C++

    C++