This should be automatic: ```Fortran Program main print*, "hello world" do i = 1,10 print*, "hello 2" enddo end program ```
This should be automatic: