Hey there and welcome to this course on Java, a powerful and super-popular programming language!

Before we get cracking, let's see if we can display the message "Hello world!".

Sweet! Together, we just wrote a Java program that displays a nice greeting in the console. Let's explore what we actually did there!

Nice language skills! We can adapt our code as much as we want later, but let's display "Hello world!" for now.