https://github.com/dracula27/hello
Used C to ask for a user's name and then say hello to them.
https://github.com/dracula27/hello
c c-language-programming cs50x
Last synced: 11 months ago
JSON representation
Used C to ask for a user's name and then say hello to them.
- Host: GitHub
- URL: https://github.com/dracula27/hello
- Owner: DrAcula27
- Created: 2024-06-18T22:42:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T22:46:17.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T18:09:16.158Z (11 months ago)
- Topics: c, c-language-programming, cs50x
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello
Have your terminal say hello.
Table of Contents
## About The Project
> 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.
### Built With
- 
## Usage
1. Clone this repository
2. In a terminal, navigate to the directory where you cloned this repository
3. Run `./hello.c`
4. Enter your name
5. View the computer greet you in the terminal
## Optimizations
This project can be improved by:
- [ ] Sanitizing the user input
## Lessons Learned
- **Learning C.** As my third C project, I improved on the basics with this assignment:
- basic function setup
- declaring variables
- printing to the console
## Contact
Danielle Andrews - [@DrAcula_codes](https://twitter.com/DrAcula_codes 'Twitter/X') - [daniellerandrews](https://www.linkedin.com/in/daniellerandrews 'LinkedIn') - danielle.andrews.dev@icloud.com
Project Link: [https://github.com/DrAcula27/cash](https://github.com/DrAcula27/cash)
## Acknowledgments
A special thanks to these resources used in the project!
- [GitHub Pages](https://pages.github.com)
- [CS50](https://www.edx.org/learn/computer-science/harvard-university-cs50-s-introduction-to-computer-science)