Skip to content

Instantly share code, notes, and snippets.

@DerKnerd
Created May 8, 2014 19:04
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 DerKnerd/1e0b56863ef5e4ca1ffd to your computer and use it in GitHub Desktop.
Save DerKnerd/1e0b56863ef5e4ca1ffd to your computer and use it in GitHub Desktop.
program dostuff
a = 3;
b = 5;
c = a + b;
write( *, * ) c
end program dostuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment