DarkAtom77

Hello world FORTRAN IV, 66

May 28th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C Hello world program
  2. C Languages:
  3. C   - FORTRAN IV (1961)
  4. C   - FORTRAN 66 (ANSI X3.9-1966)
  5.  
  6.       PROGRAM HELLO
  7.       WRITE(6, '('' Hello world!'')')
  8.       END
Add Comment
Please, Sign In to add comment