Two Triangles (garish)

This commit is contained in:
mtgmonkey
2025-11-27 17:50:45 +01:00
parent d4d9cab0e8
commit 4af0a1c4c2
8 changed files with 243 additions and 72 deletions

15
src/Update.hs Normal file
View File

@@ -0,0 +1,15 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Update (update) where
-- IMPORTS --
import Model
import Relude
-- UPDATE --
update :: Model -> Model
update model =
model