## timestamp_test.jl # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 10 March 2024 # # Author: # # John Burkardt # include( "../timestamp/timestamp.jl" ) print( "\n" ) timestamp( ) print( "\n" ) print( "timestamp_test():\n" ) print( " Julia version\n" ) print( " Test timestamp(), which prints the time and date.\n" ) print( "\n" ) print( "timestamp_test():\n" ) print( " Normal end of execution.\n" ) timestamp( )