Skip to content

swastikians/8085

Repository files navigation

8085

8085 program examples

Contributing

  1. Fork the repository
  2. Clone the fork
$ git clone https://github.com/<yourName>/8085.git
  1. Make desired changes
  2. Commit changes
$ git add .
$ git commit -m "explain_what_you_did"
$ git push origin main
  1. Submit a pull request