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