This program can be compiled with

```
javac Hello.java
```

and run with

```
java Hello
```

There are some mistakes that you must fix though before it will work.