Skip to content
View andreasgunther's full-sized avatar

Block or report andreasgunther

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

Title GitHub Readme

👽 About me

typedef struct whoami {
   char name[15];
   int age;
   char location[12];
   char field[8];
   char presentation[177];
   char hobbies[4][2];
   char future[107];
} whoami;

void main() {
   whoami me;
   
   me.name = "Andreas";
   me.age = 19;
   me.location = "Guanambi, BA";
   me.field = "Back-End";
   me.presentation = "I'm a student of systems analysis and development 
                      focusing in improve my knowledge about computation.
                      I like to create modular and clean code. 
                      Programing in my greatest passion.";
   me.hobbies[][0] = "Read";
   me.hobbies[][1] = "Code";
   me.future[] = "I dream of working in another country,
                  learning about the new technologies 
                  and using them in my daily life.";
}

👾 Some Stats

Ashutosh's github activity graph

🐉 Languages and Tools

Backend Frontend Database DevOps Version Control IDEs OS

🔗 Contact me


Pinned Loading

  1. He-Net He-Net Public

    Site desenvolvido com HTML e CSS como requisito de conclusão da matéria de IHM do curso de Análise e Desenvolvimento de Sistemas.

    HTML 1

  2. ED-Trabalhos/arvore ED-Trabalhos/arvore Public

    Implementação prática em C dos principais tipos de estrutura de árvore.

    C

  3. escalonamento escalonamento Public

    Implementação de algoritmos de escalonamento de processos em C.

    C 1

  4. davicarvalh0/TrabalhoEstrutura2 davicarvalh0/TrabalhoEstrutura2 Public

    C 2