Skip to content

adrimagana/adrimagana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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]");
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published