program main c*********************************************************************72 c cc hello() says "Hello, world!". c c Licensing: c c This code is distributed under the MIT license. c c Modified: c c 18 May 2009 c c Author: c c John Burkardt c implicit none write ( *, '(a)' ) ' hello, world!' stop end