Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 299 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 299 Bytes

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