Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Last active November 12, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/7470f0cbb20f56db0f163c47faea7fe3 to your computer and use it in GitHub Desktop.
Save ssaurel/7470f0cbb20f56db0f163c47faea7fe3 to your computer and use it in GitHub Desktop.
Hello, World! in Fortran - 1957
PROGRAM Hello
WRITE (*,*) 'Hello, World!'
STOP
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment