User Tools

Site Tools


tutorials:fortran

This is an old revision of the document!


FORTRAN-20 Compiler Tutorial

Hello World

c234_6---+---------+---------+---------+---------+---------+---------+--????????

      program hello
      
      write(5,*) ' Hello, World!'
      stop
      end
      

References

tutorials/fortran.1389327221.txt.gz · Last modified: 2014/01/10 04:13 by papa