c2345 7890 comment program hello !entry point write(*,*) 'Hello World' stop end
gfortran hello.fexecute the program
a.out
Hello World
column | example | meaning |
---|---|---|
1 | blank | |
1 | c or * | comment |
1-5 | " 12345" | label |
6 | blank | |
6 | any char | continuation |
7-72 | code | |
73-80 | sequence number | not used |