Error: Non-numeric character in statement at label (1)
Rename your file from First.f to First.f90. You have encountered an issue which is easily avoided. Compilers generally assume that .f files are written in what is known as fixed source form, which has been obsolescent since Fortran 90. With the .f90 suffix your compiler should expect to encounter free source form and not complain … Read more