This is the program I compile on ubuntu 14.04 using
f95 First.f -o First
and the program is
!My first program
program first
print *,'This is my first program'
end program first
And I get the following error
Error:Non-numeric character at statement label at (1)
First.f:2.1:
program first
How do you address this error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…