ansi-terminal-game

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d00716e2728c189b8545b2f2cad58356ed2e524f
parent 008fd4fe3eeac59c7bb6b3d89e8b04131d4a5ae8
Author: Francesco Ariis <fa-ml@ariis.it>
Date:   Wed,  1 Mar 2023 06:17:37 +0100

Fix balls

Diffstat:
Mexample/MainBalls.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/MainBalls.hs b/example/MainBalls.hs @@ -15,7 +15,7 @@ main = do -- This could be useful to upload high scores to -- a site, or for a game embedded in a larger pro- -- gram, etc. - putStrLn (bye i) + putStrLn (bye r) where bye wi = "See you later!\nYou left the game with " ++ show wi ++ " balls on screen."