#*****************************************************************************80 # ## hello_test tests hello. # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 14 January 2020 # # Author: # # John Burkardt # # Parameters: # # None # cat ( date ( ), "\n" ) cat ( "\n" ) cat ( "hello_test:\n" ) cat ( " ", version$version.string, "\n" ) cat ( " hello prints 'Hello, world!'." ) source ( "/home/burkardt/public_html/r_src/hello/hello.R" ) hello ( ) # # Terminate. # cat ( "\n" ) cat ( "hello_test\n" ) cat ( " Normal end of execution.\n" ) cat ( "\n" ) cat ( date ( ), "\n" ) quit ( )