summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/java.java
blob: 8ba2940583be777ba6ba36fb97c5dcef66a44830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
public class FirstProgram

{

     public static void main(String[] args)

     {

          System.out.println("Hey! you are going to compile and run your first Java program");

     }

}