Skip to content
View raffreddat0's full-sized avatar
👻
👻
  • Italy
  • 09:45 (UTC +01:00)

Block or report raffreddat0

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

Raffreddat0

class Raffreddat0 extends Profile {
  constructor() {
    this.name = "Giovanni";
    this.username = "Raffreddat0";
    this.location = "Italy";
    this.languages = ["JavaScript", "Typescript", "Python", "C"];
    this.discord = "raffreddat0";
    this.telegram = "raffreddat0";
  }
  name() {
    return this.name;
  }
}

const me = new Raffreddat0();

My Statistics



Pinned Loading

  1. Raffreddat0 Raffreddat0 Public

    Config files for my GitHub profile.

    3

  2. typescord typescord Public

    A simple TypeScript library to interact with Discord

    TypeScript 1