2018-08-22 01:37:32 -03:00

9 lines
118 B
Plaintext
Executable File

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