15/12/2021
"javac first.java" is for compile
"java first" is for the run.
First code just to print "Hello World!" first.java
Note: remember always creates a java file with a .java extension.
For exercise:
Try to print your name.