##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: December, 2016 # Modified: 2016-12-17/12:26-0500 ##+ # # hellostatement.icn, a single statement, proof of life # # tectonics: # unicon -c hellostatement.icn # procedure hellostatement() write("Hello, world") end