Link from Day 5

This commit is contained in:
2025-10-24 20:34:06 +00:00
parent 97d4d9c9a7
commit 5b69fe25b4

View File

@@ -50,3 +50,6 @@ $ pip install -e .
python -m line_profiler -rmt module_to_profile.py.lprof
> python -m line_profiler -rmt module_to_profile.py.lprof
```
# Day 5 Resources
- [5 Worlds](https://www.joelonsoftware.com/2002/05/06/five-worlds/) from Joel Spolsky's blog.