Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <cs50.h>
#include <ctype.h>
#include <string.h>
int main(void) {
/* FIXME: I think this is in the worng location.
* Ask Beanz but I think this needs to be between lines 13 & 14. */
string name = GetString();