Skip to content
View charlilize's full-sized avatar

Highlights

  • Pro

Block or report charlilize

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
charlilize/README.md
  • 👋 Hi, I’m Charlize
  • 👀 I’m interested in UI/UX Design
  • 🌱 I’m currently learning Web Dev
#include <vector>
#include <string>
using namespace std;

class Charlize {
  int age = 19;
  string location = "United States";
  string school = "University of Nevada, Las Vegas";
  string major = "Computer Science";
  double gpa = 4.0;
  vector<string> languages = {"C++", "CSS", "HTML", "React", "JavaScript"};
  vector<string> loves = {"Coding", "Crocheting", "Gym", "My Dog Yuki", "Noah <3"};
};

Pinned Loading

  1. pokemon-team pokemon-team Public

    JavaScript

  2. no-dilemma no-dilemma Public

    JavaScript

  3. etch-a-sketch etch-a-sketch Public

    JavaScript

  4. rock-paper-scissors rock-paper-scissors Public

    JavaScript

  5. Tic-Tac-Toe Tic-Tac-Toe Public

    C++

  6. Maze-Game Maze-Game Public

    C++