XxDiCaprioxX

17
reputation
7
package de.xxdicaprioxx.*;

public class Aboutme {

    private static String aboutme;

    public static void main(String[] args) {

        aboutme = "Hi there! I am learning Java and programming with it as a hobby :)"
        System.out.println(aboutme);

    }

}