After the closing parenthesis, place another opening brace. Your program should look like this now:
public class HelloWorld {
public static void main(String[] args){
}
}
We have created another pair of braces! So we can write our program inside our main method, which is inside our HelloWorld class. We're going to do the fun part now!
1そうだね 未プレイ