From 8bc722ee93de023b1c2f3441184057aa759170d9 Mon Sep 17 00:00:00 2001 From: Szymon Szczubkowski Date: Sun, 26 May 2024 19:35:18 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bd0a9c1..589c3f2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +## Programowanie funkcyjne 2024/SL +By: Szymon Szczubkowski 473558 & Kacper Topolski 473613 + +The app requires cabal to run. + +Its purpose is to generate a chart of yesterday, today and tomorrow's temperature. + +The output should be present under ./plot/weather.svg + +![temperature chart](./plot/weather.svg) + ### Run via: `cabal run`