program main
  implicit none
  print *, 'Please press Enter:' 
  read *
  print *, 'Hello World'
end program
