hi,
here is the code
I type " f77 -c helloImp.f" and i get...
any ideas? it's pretty simple, i don't know why it doesn't compile?
here is the code
Code:
SUBROUTINE sayhello()
WRITE(*,*) 'Hello World!'
END
I type " f77 -c helloImp.f" and i get...
Code:
helloImp.f:1:
SUBROUTINE sayhello()
^
Invalid first character at (^) [info -f g77 M LEX]
helloImp.f:2:
WRITE(*,*) 'Hello World!'
^
Invalid first character at (^) [info -f g77 M LEX]
helloImp.f:3:
END
^
Invalid first character at (^) [info -f g77 M LEX]
any ideas? it's pretty simple, i don't know why it doesn't compile?