I\'m new to Java and tried to get things running on my computer.
A simple \"hello world program\" fails calling a method
class helloworld {
Remove the semicolon on the end of this line: public static void helloWorld();
public static void helloWorld();