1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00
You don't need to credit me.
This commit is contained in:
Max Goldstein
2013-10-23 15:19:55 -04:00
parent 661d9481c8
commit 001093d53a

View File

@@ -11,7 +11,7 @@ makes coding a real joy for me.
```haskell
-- Single line comments start with two dashes.
{- Multiline comments can be enclosed
en a block like this.
in a block like this.
-}
----------------------------------------------------