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

Ever feel like no one is listening?

 Ever have that feeling that no one is listening to you? Yeah, that feeling. It can be a strong feeling to have, a hurtful feeling also. The...