Skip to content

Instantly share code, notes, and snippets.

@zrhans
Created July 1, 2014 18:59
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 zrhans/5c88d7af91bb9d940a2c to your computer and use it in GitHub Desktop.
Save zrhans/5c88d7af91bb9d940a2c to your computer and use it in GitHub Desktop.
Testing
program testingist
implicit none
integer :: i
i=3
print *,"Hello the value of i:",i
end program testingist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment