Skip to content
View Fabricio-Agustin's full-sized avatar

Block or report Fabricio-Agustin

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
Fabricio-Agustin/README.md
const agustin = {
    ubicacion: "Cordoba, Argentina",
    rol: "Software Developer",
    lenguajes: ["JavaScript", "TypeScript"],
    aprendiendo: ["Node.js", "React"],
    herramientas: ["Git", "GitHub"],

    saludar() {
        console.log(`Hola, soy ${this.rol} desde ${this.ubicacion}. Gracias por visitar mi perfil `);
    }
};

agustin.saludar();

Pinned Loading

  1. monitoreo-c- monitoreo-c- Public

    Aplicación de consola desarrollada en C++ para el monitoreo en tiempo real de los recursos del sistema.

    C++