This is my first Git repository — created while learning the basics of Git, GitHub, and the C programming language.
It marks the beginning of my journey into version control and software development. 🚀
first_project/
├── README.md
└── first_project.c
# Clone the repository
git clone https://github.com/Arshkhattak/first_project.git
# Move into the project folder
cd first_project
# Compile the C file
gcc first_project.c -o first_project
# Run the program
./first_project- ✅ Setting up Git and GitHub
- ✅ Making my first commit and push
- ✅ Writing and compiling basic C programs
- ✅ Managing a repository with branches and commits