
- Last Activity:
- Mar 25, 2023 at 3:36 PM
- Joined:
- Jun 12, 2022
- Messages:
- 42
- Likes Received:
- 2
- Trophy Points:
- 0
Followers 1
- Gender:
- Male
- Home Page:
- https://github.com/Hptlo
- Location:
- Germany
DopeBrot
Member, Male, from Germany
- DopeBrot was last seen:
- Viewing forum Plugin Development, Mar 25, 2023 at 3:36 PM
- Loading...
- Loading...
-
About
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#"}; } // :) }
Interact
Signature
think once recode nine hundred times