examples: annotate examples
[nit.git] / lib / cocoa / examples / hello_cocoa.nit
index 3a2b168..56fc059 100644 (file)
 # limitations under the License.
 
 # Hello world using the Cocoa framework
-module hello_cocoa
+module hello_cocoa is example
 
 import cocoa::foundation
 
-in "ObjC" `{
-       #import <Foundation/Foundation.h>
-`}
-
 # Print `"Hello world!"` to the log
 fun hello_world in "ObjC" `{
        @autoreleasepool {