Skip to content

Instantly share code, notes, and snippets.

@lnds
Created October 9, 2012 23:49
Show Gist options
  • Select an option

  • Save lnds/3862218 to your computer and use it in GitHub Desktop.

Select an option

Save lnds/3862218 to your computer and use it in GitHub Desktop.
programa1 fortran
C --- PROGRAMA 1 -----
read 6, i,k,j
99 if(i .lt. j)goto 33
goto 55
33 i=j
goto 99
55 k=j+1
stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment