diff options
author | Edoardo La Greca | 2025-06-25 19:33:49 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-06-25 19:33:49 +0200 |
commit | a359fbae1b7e7ec210cf537370126435ceb4d4d0 (patch) | |
tree | 6b2dd0a209e51a939e9bd26485fce314a5a83f42 | |
parent | bd4af1e70435160c4d6f1e4fb337b1cf7c663e16 (diff) |
change names for files (slightly)
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ This repository contains notes and code I wrote while following [CIS194](https:/ The repository is structured in lectures. Every directory of the form `lecNN` (where `NN` is a two-digit number, `lec01`, `lec02`, etc.) in the repository's root is a lecture, they are equivalent to weeks in the course's web page. -Inside of each lecture directory there are (where `NN` is the same as the lecture's number): -- my notes about the lecture (usually named `notesNN.md`) -- homework given for that week (usually named `hwNN.hs`, unless a specific name is required) +Inside of each lecture directory there are: +- my notes about the lecture (usually named `notes.md`) +- homework given for that week (usually named `hw.hs`, unless a specific name is required) - 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 in an informal way. |