Skip to content

Instantly share code, notes, and snippets.

@zrhans
Created April 9, 2015 21:34
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/c22604774759f152d115 to your computer and use it in GitHub Desktop.
Save zrhans/c22604774759f152d115 to your computer and use it in GitHub Desktop.
program meuprog
integer x1
x1 = 2 + 3
if ( x1 .GT. 5) then
print*, 'maior que 5'
else
print*,'x1=', x1
end if
read *
end program meuprog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment