Skip to content

Instantly share code, notes, and snippets.

View LidiaRJ's full-sized avatar

LidiaRJ

View GitHub Profile
@teeschorle
teeschorle / Readability.c
Last active October 22, 2022 18:32
CS50 Problem Set 2 (Fall 2019) - Readability
//CS50 Problem Set 2 (Fall 2019): Readability
//Author: teeschorle
#include <stdio.h>
#include <cs50.h>
#include <string.h>
#include <math.h>
int main(void)
{