class HELLO_WORLD create make feature make do print ("Hello, world!%N") end end