MarcusSlover / LynithDev

lol

Home Page:https://drydandyfan.ga/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website GitHub followers Contains Tasty Spaghetti Code It Works, Somehow

Hi, I'm Lynith!

public class Lynith extends Person implements Gamer, Developer {

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

	@Override
	public String aboutme() {
		return "I like to cook" +
		"\n" + "I like to code";
	}
    
	@Override
	public void codingStuff() {
		String[] workingOn = {"Discord Bots", "Websites"};
		String[] learning = {"Nothing"};
	}
	
}

Lynith's GitHub stats
Top Langs