package Algorithms; public class JavaAppWithoutMain { static { System . out . println ( "Hello World!" ) ; } }