diff options
Diffstat (limited to 'sites/pmikkelsen.com/haskell/quine.md')
-rw-r--r-- | sites/pmikkelsen.com/haskell/quine.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/pmikkelsen.com/haskell/quine.md b/sites/pmikkelsen.com/haskell/quine.md index 09a3dcd..f952145 100644 --- a/sites/pmikkelsen.com/haskell/quine.md +++ b/sites/pmikkelsen.com/haskell/quine.md @@ -1,5 +1,5 @@ Today I am going to go through the process of writing a small program -which prints it's own source when executed. These kinds of programs are +which prints its own source when executed. These kinds of programs are also called quines, and I suggest that you try it out on your own if you haven't already done so, as it is a very fun little problem! So if you don't want any spoilers, please leave this page now and come back later. |