#! ./factor USING: io accessors ; IN: hello : hello-world ( -- ) "hello one" write ; MAIN: hello-world