Skip to content
View FrostSkids's full-sized avatar
:atom:
Atoms Are A Part Of Life
:atom:
Atoms Are A Part Of Life

Block or report FrostSkids

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FrostSkids/README.md

public class Frost extends Human implements Gamer, Developer {

@Override
public String getName() {
	return "Rera";
}

@Override
public List<String> getAliases() {
	return Arrays.asList("Pace", "My Name");
}

    public Frost() {
    super("frost", "Mars");

    this.addLanguage("Java", "Python", "Javascript", "Kotlin");
    this.addExperience("3 Years+(java)", "2years+(python)", "6months+(kotlin)", "1 year (js)", "Total 5 years+");
 }

}

@Override
public String aboutme() {
	return "I like to play piano" +
	"\n" + "I like to code Java";
}

@Override
public void codingStuff() {
	String[] learning = ["Java", "Kotlin", "ReactJS"];
	String tryingTo = "Make good Android applications & websites";
}

}

public abstract class Human {

@Getter private final String username; @Getter private final String country;

private Set languages = new HashSet<>(); private Set experiences = new HashSet<>();

public Human(String username, String placeilive) { this.name = username; this.country = placeilive; }

public void addLanguage(String... language) { this.languages.addAll(language); }

public void addExperience(String... experience) { this.experiences.addAll(experience); } }

Popular repositories Loading

  1. Badlion-Client-uwu Badlion-Client-uwu Public

    idc

    Java 1

  2. FrostSkids FrostSkids Public

    1

  3. Open-Source Open-Source Public

    An easy, open-sourced, Node.js database designed for complete beginners getting into the concept of coding.

    JavaScript

  4. Matrix-Client Matrix-Client Public

    Leaked

    Java 1

  5. Doge-Client Doge-Client Public

    Doge Client Source Code

    Java

  6. Beast-Client Beast-Client Public

    Beast Client Src Leak

    Java 1