Print "Hello world!" to the log

Property definitions

cocoa :: hello_cocoa $ Sys :: hello_world
# Print `"Hello world!"` to the log
fun hello_world in "ObjC" `{
	@autoreleasepool {
		NSLog(@"Hello World!");
	}
`}
lib/cocoa/examples/hello_cocoa.nit:22,1--27,2