I'm Luca Schirmbrand, currently working for Kardex Mlog and studying Applied Computer Science. This is my private GitHub Account, which is currently a collection of projects from my university, work and free time.
public class AboutMe(){
public AboutMe(){
this.name = "Luca Schirmbrand";
this.location = "Heilbronn, Germany";
this.username = "lschirmbrand";
this.email = "[email protected]";
this.hobbies = "coding, football, hiking"
}
}