public class BeautyBloodTR {
private String name;
private List<String> aliases;
private List<String> languages;
private String aboutme;
public BeautyBloodTR() {
this.name = "Alperen";
this.aliases = Arrays.asList("BeautyBloodTR", "My Name");
this.languages = Arrays.asList("Java", "JavaScript", "Linux", "Networking");
this.aboutme = "I must have told you everything you need to know about me :)";
}
public void codingStuff() {
List<String> learning = Arrays.asList("Rust", "An honorable man");
String myGameServer = "MineKing Network";
String tryingTo = "I do what I want";
String mySum = "Good, honorable, and proud work";
}
public String getName() {
return this.name;
}
public List<String> getAliases() {
return this.aliases;
}
public List<String> getLanguages() {
return this.languages;
}
public String aboutMe() {
return this.aboutme;
}
}
beautybloodtr
Follow
☠️
Adrenaline
public void hunter. Developer and Entrepreneur. Loves science, flying, programming and a great adventure. Oh, and Slasher films.
-
MineKing
- Turkey/Izmir
Pinned Loading
-
SonoyuncuLogin
SonoyuncuLogin Public archiveSadece sonoyuncu client ile girilebilen skid eklenti
Java
-
-
best-iptables-protection-settings
best-iptables-protection-settings PublicIptables settings for Linux based website servers
Shell
-
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.