DopeBrot
Last Activity:
Oct 12, 2023
Joined:
Jun 12, 2022
Messages:
42
Likes Received:
2
Trophy Points:
0

Followers 1

Gender:
Male
Home Page:
Location:
Germany

Share This Page

DopeBrot

Member, Male, from Germany

DopeBrot was last seen:
Oct 12, 2023
    1. There are no messages on DopeBrot's profile yet.
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Home Page:
    https://github.com/Hptlo
    Location:
    Germany
    Code:
    package de.dopebrot;
    
    import de.dopebrot.brain;
    
    public class Main extends Brain {
    
    private String name;
    private int age;
    private String country;
    private String job;
    private String favProgrammingLanguage;
    private String IDE;
    private String[] alias;
    private String[] hobbies;
    private String[] languagesIWantToLearn;
    
    // what does this mean lol
    public static void main(String[] args) {
    this.name = "Niclas";
    this.age = 18;
    this.country = "Germany";
    this.job = "not found";
    this.favProgrammingLanguage = "this";
    this.IDE = "IntelliJ"; // i mean what else?
    this.alias = new String[]{"Brot","DopeBrot","Hptlo"};
    this.hobbies = new String[]{"Gaming(MC/MW/BF/CSGO)","Photography","3D Art","Music Production","Java Development"};
    this.languagesIWantToLearn = new String[]{"C#"};
    }
    // :)
    
    }
    
    

    Signature

    think once recode nine hundred times