Skip to content

Instantly share code, notes, and snippets.

View RicLouRiv's full-sized avatar

Richard Rivero RicLouRiv

View GitHub Profile
@RicLouRiv
RicLouRiv / recover.c
Last active August 29, 2015 14:22
cs50 pset4 recover.c
#include <cs50.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#define CHUNK 512
typedef uint8_t BYTE;
int main(void)