I have the following Fortran code
program hello use omp_lib implicit none integer :: num_threads = 2 print*, "Display Hello wo