Skip to content
View adrimagana's full-sized avatar
🎉
🎉

Block or report adrimagana

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

Hi! My name is Adrian! I am a Data Science student at the University of California, Berkeley!

package aboutMe;

public class Adrian extends HumanBeing {
  public Adrian() {
    String fullName = "Adrian Magaña Chavez";
    String homeTown = "Redwood City, CA";
    String school = "UC Berkeley";
    int expGraduation = 2026;
    String[] interestAreas = {
      "Backend Engineering",
      "Machine Learning",
      "Data Science"
    };
  }

  public static void contact() {
    Email email = new Email("[email protected]");
  }
}

@adrimagana's activity is private