Skip to content

Instantly share code, notes, and snippets.

View t-jay-777's full-sized avatar

Yevhen Tkachenko t-jay-777

  • Ukraine
View GitHub Profile
@CraigRodrigues
CraigRodrigues / whodunit.c
Created July 7, 2016 16:51
CS50 pset4 - "Whodunit"
/**
* whodunit.c
*
* Computer Science 50
* Problem Set 4
*
* Copies a BMP piece by piece, with slight variation.
*/
#include <stdio.h>