9 lines
118 B
Plaintext
Raw Normal View History

2014-12-02 15:41:29 +01:00
functor
import
Application
System
define
{System.showInfo 'Hello World!'}
{Application.exit 0}
end