Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 331 Bytes

CACS151

CACS151 - C Programming examples

Contributing

  1. Fork the repo

  2. Clone your forked repo

$ git clone https://github.com/<yourName>/CACS151.git
  1. Make some changes as desired.

  2. Commit changes

$ git add .
$ git commit -m "describe what you changed"
$ git push origin main
  1. Open pull request