diff options
author | Marvin Borner | 2024-11-14 15:49:48 +0100 |
---|---|---|
committer | Marvin Borner | 2024-11-14 15:49:48 +0100 |
commit | d7bbded8b0aa3086692b2363076be48c2fbb5a33 (patch) | |
tree | 467dcfce4fab61ffdf8840e5eea10ec675356ee4 /app/Main.hs | |
parent | 6ed4e70af76bf29297dc872dc7501e70e20ad230 (diff) |
Unbounded iteration
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index b0a3aca..06843fc 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,3 +1,5 @@ +-- MIT License, Copyright (c) 2024 Marvin Borner + {-# LANGUAGE OverloadedStrings #-} module Main |