2014-12-02 15:41:29 +01:00

9 lines
118 B
Plaintext

functor
import
Application
System
define
{System.showInfo 'Hello World!'}
{Application.exit 0}
end