- Fork and clone this repo:
git clone <repo link> - Create a new branch:
git checkout -b <branch name> - Create a txt file containing your first name:
touch <name>.txt - Add, commit, and push
git add <file or directory name>orgit add .to add all files changedgit commit -m “<commit name>”orgit commitgit push
- Make a pull request. Do this using the Github interface!
- Run the program:
python3 main.py
Welcome to AppDev :)