initial commit
[emacs-init.git] / nxhtml / tests / in / java.java
1 public class FirstProgram
2
3 {
4
5      public static void main(String[] args)
6
7      {
8
9           System.out.println("Hey! you are going to compile and run your first Java program");
10
11      }
12
13 }