Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <cs50.h>
#include <stdlib.h> // For access to atoi
#include <ctype.h> // For access to isalpha, isupper, islower
#include <string.h> // For access to strlen
int main(int argc, string argv[])
{
if (argc != 2)
{