Skip to content
View wchynto's full-sized avatar
🖥️
Keep learning
🖥️
Keep learning

Highlights

  • Pro
Block or Report

Block or report wchynto

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
wchynto/README.md
#include <iostream>
#include <string>

using namespace std;

struct Person
{
    char *firstname;
    char *lastname;
    string fullname = string(firstname) + " " + string(lastname);
    char *email;
    char *desc;
    struct social
    {
        char *github;
        char *linkedin;
        char *instagram;
    } social;
    struct skill
    {
        char *name;
    } skills[15];
};

int main()
{
    Person p;

    // personal
    p.firstname = "Wahyu Cahyanto";
    p.lastname = "Bayu Agung";
    p.email = "wchynto.dev@gmail.com";
    p.desc = "I am a Informatics Engineering Student at the University of Trunojoyo Madura";

    // social
    p.social.github = "wchynto";
    p.social.linkedin = "wahyu-cahyanto-bayu-agung-54b61022a";
    p.social.instagram = "@wchynto.dev";

    // front-end
    p.skills[0]
        .name = "HTML";
    p.skills[1].name = "CSS";
    p.skills[2].name = "Javascript";
    p.skills[3].name = "Vue.js";

    // back-end
    p.skills[4].name = "PHP";
    p.skills[5].name = "Laravel";
    p.skills[6].name = "Node.js";
    p.skills[7].name = "Express.js";

    // database
    p.skills[8].name = "MySQL";
    p.skills[9].name = "MongoDB";

    // devops
    p.skills[10].name = "Git";
    p.skills[11].name = "Docker";
    p.skills[12].name = "Linux";
}
}

Popular repositories

  1. api-informatika-2022 api-informatika-2022 Public

    Project API biodata teknik informatika UTM angkatan 2022

    JavaScript 1

  2. GrowUp-ProjectGabut GrowUp-ProjectGabut Public

    GrowUp adalah project permainan dimana benda akan semakin besar jika memakan/meyentuh benda lain.

    C#

  3. Yuroqi Yuroqi Public

    ShaderLab

  4. wchynto wchynto Public

  5. Belajar-auth-JWT-dengan-passport.js Belajar-auth-JWT-dengan-passport.js Public

    JavaScript

  6. project-blog project-blog Public

    JavaScript