9 lines
117 B
Plaintext
Raw Normal View History

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