94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
13 lines
202 B
Java
13 lines
202 B
Java
public class FirstProgram
|
|
|
|
{
|
|
|
|
public static void main(String[] args)
|
|
|
|
{
|
|
|
|
System.out.println("Hey! you are going to compile and run your first Java program");
|
|
|
|
}
|
|
|
|
}
|