## hello_test.jl # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 28 March 2024 # # Author: # # John Burkardt # include( "../hello/hello.jl" ) include( "../timestamp/timestamp.jl" ) print( "\n" ) timestamp( ) print( "\n" ) print( "hello_test():\n" ) print( " Julia version ", VERSION, "\n" ) print( " Test hello(), which prints a friendly message.\n" ) print( "\n" ) hello( ) print( "\n" ) print( "hello_test():\n" ) print( " Normal end of execution.\n" ) timestamp( )