Skip to content

Instantly share code, notes, and snippets.

Created January 3, 2013 19:18
Show Gist options
  • Select an option

  • Save anonymous/4446169 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/4446169 to your computer and use it in GitHub Desktop.
program mola
implicit none
logical done
do while (.not. done)
write(*, 10)
end do
10 format('Alku Mola!')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment