Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created March 28, 2010 00:40
Show Gist options
  • Save natebenes/346460 to your computer and use it in GitHub Desktop.
Save natebenes/346460 to your computer and use it in GitHub Desktop.
INTEGER FUNCTION q2bonus(n)
IMPLICIT NONE
INTEGER, INTENT(IN) :: n
q2bonus = n*(n+1)
END FUNCTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment