Hi! :) Thanks for the follow! Like I've said, much appreciated. ❤ Hope you'll have time to read my stories and other poems. Basta salamat po talaga hihi ❤
public class HelloWorld {
public static void main(String[] args) {
new HelloWorld();
}
private void HelloWorld() {
System.out.println("Good morning, dear! Very nice, Information Technology\n ^_^");
}
}