Skip to content

EoSingle/EoSingle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Typing SVG

#include <iostream>
#include <string>

int main(int argc, char* argv[]){
    std::cout << "Information Systems student at UFMG aiming for a Cybersecurity career" << std::endl;
    std::cout << "Currently doing scientific initiation" << std::endl;
    std::string subjects = "PRODUCTION ADMINISTRATION, INTRODUCTION TO ACCOUNTING, PROGRAMMING LANGUAGES, HUMAN-COMPUTER INTERACTION and ORGANIZATION AND PROCESSING OF INFORMATION";
    std::cout << "I'm in the 5th semester of college doing the subjects " << subjects << std::endl;
    std::cout << "I'm not programming much lately haha" << std::endl;

    // g++ -o lucas albano.cpp
    // ./lucas

    return 0;
}

C C++ Python SQL Linux Arch Kali Vscode Git

My social networks:

Snake animation

Releases

No releases published

Packages

No packages published