From cfe2f008a0674558f3f86473e6cab7f878c74ee1 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Mon, 24 Mar 2025 20:35:28 +0100 Subject: add readme and license --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..46b49e4 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# CIS194 - Haskell Course from University of Pennsylvania + +This repository contains notes and code I wrote while following [CIS194](https://www.seas.upenn.edu/~cis1940/spring13/lectures.html), a Haskell course from University of Pennsylvania. + +The repository is structured in lectures. Every directory of the form `lecN` (where `N` is a two-digit number, `lec01`, `lec02`, etc.) in the repository's root is a lecture and it coincides exactly with a week of the course. Inside of each lecture directory there are my notes about it, homework given for that week, and possibly some other files given as part of the homework. My notes contain what I deem to be the most important concepts of the lecture, written as I'd write them if I had to explain the concepts to a friend. + +--- + +All my notes and code are licensed through the [Unlicense license](https://unlicense.org/) and, therefore, they are released into the [public domain](https://en.wikipedia.org/wiki/Public_domain). -- cgit v1.2.3