Skip to content

Instantly share code, notes, and snippets.

@vndmtrx
Created March 6, 2013 22:52
Show Gist options
  • Select an option

  • Save vndmtrx/5103948 to your computer and use it in GitHub Desktop.

Select an option

Save vndmtrx/5103948 to your computer and use it in GitHub Desktop.
PROGRAM HELLO
WRITE (*,100)
STOP
100 FORMAT (' Hello, world. ' /)
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment