Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
23 people like it. Like the snippet!
A simple Quine in F#
1: 2:
let s : Printf.TextWriterFormat<_> = "let s : Printf.TextWriterFormat<_> = %c%s%c in printf s (char 34) (s.Value) (char 34)" in printf s (char 34) (s.Value) (char 34)