Great, every language needs a Quine. Here's one we created in Elixir: <a href="http://elixirgolf.com/articles/elixir-quine-self-replicating-program/" rel="nofollow">http://elixirgolf.com/articles/elixir-quine-self-replicating...</a>
I may be missing something, but isn't a quine trivial when you use a language that allows for file I/O (which I believe Fortran does have)? Or is the point of the "challenge" to avoid using file I/O?