import static java.io.IO.println; public class beforeWithPrint { public static void main() { println("Hello, world!"); } }