This workshop covers basic C programming.
memalc.c gives a few example on memory allocation in C.
hangman.c shows how to build a simple hangman game as an example for C programming.
wordlist-clean.py is a short script for making english.txt a better word list.
english.txt a list of english words for the game to draw from.