Templates

This commit is contained in:
2024-12-02 11:51:49 +01:00
parent 5b1fd043e7
commit b48bba9061
24 changed files with 354 additions and 0 deletions

View File

@ -232,3 +232,12 @@ executable 24
, split
hs-source-dirs: app
default-language: GHC2021
executable 25
import: warnings
main-is: 25.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
, split
hs-source-dirs: app
default-language: GHC2021