Author: Anonymous Language: text
Description: No description Timestamp: 2010-09-06 15:53:11 -0400
View raw paste Reply
  1. [rotelle: mike in ~]> cat >hello.f95
  2.       PRINT *,"Hello World!"
  3.       END
  4. [rotelle: mike in ~]> g95 hello.f95
  5. [rotelle: mike in ~]> ./a.out
  6.  Hello World!
  7.  
View raw paste Reply