public class Portfolio implements Developer {
public static void main(String[] args) {
System.out.println("Hello, World!");
String bio = "Just your average 23 year old who
codes
in their free time.
Enjoys making paper plugins and occasionally Discord bots.
Currently working on LuxStaff, and my server JuicyMC! I am open to commissions, just
join my
Discord below for quotes.";
Developer.drink(Coffee.cappuccino());
}
}