Skip to content

Instantly share code, notes, and snippets.

View jonenzl's full-sized avatar

Jonathan Ellis jonenzl

View GitHub Profile
@jonenzl
jonenzl / whodunit.c
Last active January 31, 2023 16:03
My implementation of CS50x Pset4 - Whodunit
/****************************************************************************
* whodunit.c
*
* HarvardX - CS50
* Problem Set 4
*
* Change the colour of a BMP's pixels to reveal a hidden message
***************************************************************************/
#include <stdio.h>