Skip to content

Instantly share code, notes, and snippets.

View Angela-Ts's full-sized avatar

Angela Angela-Ts

View GitHub Profile
@Angela-Ts
Angela-Ts / caesar.c
Last active May 7, 2020 18:44
My implementation of cs50 pset2 (2020) "Caesar"
#include <cs50.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
int main(int argc, string argv[])
{