Table of Contents
CS50x - Week 1 - Problem Set 1: Hello
For this assignment, I used C to ask for a user's name and then say hello to them.
- Clone this repository
- In a terminal, navigate to the directory where you cloned this repository
- Run
./hello.c
- Enter your name
- View the computer greet you in the terminal
This project can be improved by:
- Sanitizing the user input
- Learning C. As my third C project, I improved on the basics with this assignment:
- basic function setup
- declaring variables
- printing to the console
Danielle Andrews - @DrAcula_codes - daniellerandrews - danielle.andrews.dev@icloud.com
Project Link: https://github.com/DrAcula27/cash
A special thanks to these resources used in the project!