<selection>public class Basic { int field; public static void main(String[] args) { System.out.println("Hello\tworld!"); } } </selection>