Hello world! Example Program


Click below to go directly to a specific section:
Description | Source Code | Program Notes


Description

This code demonstrates the simplicity of outputing a line of code, in this case "Hello World."


Source Code

******Ouput for Hellow World

      WRITE(6,*)'Hello world'
      STOP
      END


Program Notes

This program has NOT been tested due to the inability to locate the necessary compiler. It is posted here just to give you an example of
what Fortran source code looks like. Compare it to the other example listed to see the syntactic differences that exist in the language.


[Back] [Home]


Last modified: 12/10/97 3:36:38 AM