Hi there! I've been wanting to blog for a while and I'm hoping this is a good place for a simple and easy platform to use for writing a personal coding blog.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Top comments (0)