These are the sources of my introduction to programming in C @ the Federal University of Uberlândia. I haven't taught this course in a while and when I did, the notes were in LaTeX, but thought it would be useful to update the notes in case anyone out there is interested. Given that I am not actively teaching it, expect updates to be slow. Feel free to make PRs if you want to speed the process.
For the live current version, go to https://lasarojc.github.io/c_notes/
pip install mkdocs-material
mkdocs serve # access at http://localhost:8000
mkdocs gh-deploy # deploy to GitHub Pages