private static final String NAME = "DLindustries";
private static final int AGE = 15;
private static final String ROLE = "Java Developer | Minecraft modder";
private static final String LEARNING = "Backend Development";
private static final String[] SKILLS = {
"Java", "Minecraft Modding", "System Design", "hack client development"
};
private static final String GITHUB = "https://github.com/dlinustries";
public static void main(String[] args) {
System.out.println("Hello, I'm " + NAME + " 👋");
System.out.println(AGE + "-year-old " + ROLE + ".");
System.out.println("Currently focused on " + LEARNING + ".");
System.out.println("GitHub: " + GITHUB);
}
public static void showSkills() {
System.out.println("Skills:");
for (String skill : SKILLS) {
System.out.println(" - " + skill);
}
}
}
<a href="https://discord.gg/yynpznJVkC"><img src="https://invidget.switchblade.xyz/yynpznJVkC" alt="https://discord.gg/yynpznJVkC"/></a><br>
Popular repositories Loading
-
D-hand-mod
D-hand-mod PublicD-hand-mod is a free open source Cpvp utillity for 1.19+ and beyond. Used to assist players toteming process by acting as a double keybind
Java 4
-
nomissdelay
nomissdelay PublicRemoves the miss delay when swinging swords or axes and missing
Java 3
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.