Hello, world! Anton Kuznetsov Java January 25, 2018April 10, 2023 1 Minute Let’s code! public class Blog { public static void main() { System.out.println("Hello, World!"); } } Published January 25, 2018April 10, 2023