Monday, October 18, 2021

Hello World!

No matter what programming language you begin with, you'll probably write a Hello World program in it. Here is one written in Java.


public class HelloWorld {

public static void main(String[] args) {
System.out.println("Hello World!");
}
}

No comments:

Post a Comment

Slump

 I feel like I'm in a slump. I can't even think of what to write about. The cursor just sits there. It's a staring match that wo...