public class helloworld{ public static void main(String[] args){ System.out.printIn("hello world"); } }