From 1278f98e804a800afa4e4c6015d66af0827e2a46 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 4 Jul 2021 02:13:06 +0000 Subject: Update style :) --- sites/pmikkelsen.com/haskell/quine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites/pmikkelsen.com/haskell') 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. -- cgit v1.2.3