added fortran 77

This commit is contained in:
Mike Donaghy
2007-12-01 16:20:03 -05:00
parent e41b728e16
commit e67dedd937

3
fortran77.f77 Normal file
View File

@@ -0,0 +1,3 @@
PROGRAM HELLOW
WRITE(UNIT=*, FMT=*) 'Hello World'
END