This is some small javascript code to test the jupyter notebook's use of a different language.

System.out.println("Darmok and Jalad on the ocean")
Darmok and Jalad on the ocean
public class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello world!");
  }
}

HelloWorld.main(null);
Hello world!