Skip to content
View 0xEmiil's full-sized avatar
🤓
Working
🤓
Working
  • Woznics
  • Monterrey, NL

Block or report 0xEmiil

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
0xEmiil/README.md

Typing SVG

#include <iostream>
#include <vector>

std::vector<std::string> langs { "C", "C++", "C#", "JavaScript", "Java" };
std::vector<std::string> learning_skills {"Reverse Engineering", "Python", "SQL", "PHP"};

int main() {
    
    std::cout<<"Mexican, Spanish and English\n";
    std::cout << "Hello, im Emiliano Rios i study Software Engineering, my aim its totally learn backend skills,\ni love complex and hard proyects because they keep me in learning!";
    std::cout << "This are my current skills\n";
    for (auto it : langs)
    {
     std::cout << it << "\n";
    }
    
    std::cout << "\nMore Skills ---->\n\n";
    for (auto it : learning_skills)
    {
        std::cout << it << "\n";
    }

    return 0;
}

Popular repositories Loading

  1. 0xEmiil 0xEmiil Public

    Config files for my GitHub profile.

  2. Injector-Dll Injector-Dll Public

    Injector Dll sin usar nigun tipo de 3d party

    C++