java text ouput to console

Java
System.out.println("Hello world!"); 
//This will be printed out to the console and requires no imports.
Source

Also in Java: