Hooray! We can now TRULY begin to write our code! In the editor, you'll see something like this: public class HelloWorld { } If you have absolutely no idea what this means, have no fear. I will explain it all right now. A class is a blueprint from which objects are created. It could be considered as a category, which I'll explain in the next comment.