From 7e72c05b0bca74a6b70818945f0378ba0abfb1b6 Mon Sep 17 00:00:00 2001 From: Dario48 Date: Mon, 29 Dec 2025 01:48:14 +0100 Subject: [PATCH] .git/COMMIT_EDITMSG --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f3cbcf --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Haskel game +what if game, but in haskel? +a game made in Haskell with the sdl2 library +not a game yet + +to build execute: +```sh +cabal build +``` +to run execute: +```sh +cabal run +```