View Problem
Fun

produces a copy of its own source code

In computing, a quine is a computer program which produces a copy of its own source code as its only output.
DiskEdit
fsharp
(fun s -> printf "%s %s" s s) "(fun s -> printf \"%s %s\" s s)"

Submit a new solution for fsharp
There are 24 other solutions in additional languages (clojure, cpp, fantom, groovy ...)