Skip to content
View DevGonzi's full-sized avatar
Block or Report

Block or report DevGonzi

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
DevGonzi/README.md
#include <iostream>
#include <string>
#include <vector>

struct strings {
  std::string name;
 std::string country;
 std::string mainProgrammingLanguages;
};

int main(void) {
 std::vector<strings> profile(10);
 profile[0].name = "David";
 profile[0].country = "Germany";
  profile[0].mainProgrammingLanguages = "TypeScript";

  std::cout << "My name is ";
 std::cout << profile[0].name;
 std::cout << ", I  come from ";
 std::cout << profile[0].country;
 std::cout << " and my main programming language is ";
 std::cout << profile[0].mainProgrammingLanguages;
 std::cout << ". I also work with JavaScript, Node.js, SQL and C#.";
 return 0;
}

Popular repositories

  1. uMod-Build uMod-Build Public

    Build, spawn, plant, upgrade, deploy anything the way that you want it

    C# 3 2

  2. uMod-InfoPanel uMod-InfoPanel Public

    C# 2 1

  3. EspWeb EspWeb Public archive

    ESP Webserver Files

    CSS

  4. altv-docs altv-docs Public

    Forked from altmp/altv-docs

    PowerShell

  5. community-content community-content Public

    Forked from hetzneronline/community-content

    Hetzner Online Community Project

  6. altv-types altv-types Public

    Forked from altmp/altv-types