-- encoding: utf-8; language: cosa

CREATE FUNCTION main AS
BEGIN
    PRINT('Hello world!');
END


