Skip to content
View cristyanul's full-sized avatar
  • Romania
  • 01:18 (UTC +02:00)

Highlights

  • Pro

Block or report cristyanul

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
cristyanul/README.md
export default class MyProfile {
  constructor() { }

  /**
   * @returns {string} Full Name
   */
  get full_name() {
    return "Cristian Mihoc";
  }

  /**
   * @returns {Array<string>}
   */
  get skillset() {
    return [
      "C#", "C++","PHP",
      "SQL"
    ];
  }
}

Popular repositories Loading

  1. cristyanul cristyanul Public

  2. VPN VPN Public

    Forked from aditya-shri/VPN

    Personal VPN using Shadowsocks and v2ray

    Shell