Running Java on turing
turing 101> ls Hello.*
Hello.java
turing 102> javac Hello.java
turing 103> ls Hello.*
Hello.class
Hello.java
turing 104> java Hello
Hello, world!
Check whatÕs there.
Check whatÕs
there now.
Compile it.
Run it.
Be astounded by results.