Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 736 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 736 Bytes

UNC Charlotte ACM Meeting Problems

Home of all UNC Charlotte ACM logical, practice problems and their solutions.

Note: Please follow the UNCC ACM setup instructions (coming soon) before proceeding with this guide.

Adding Your Solution

Clone the repository from GitHub:

git clone [email protected]:uncc-acm/meeting-problems.git

Enter the directory of the recently cloned repository:

cd meeting-problems/

Run the add-solution script provided:

./add-solution

Place your solution file(s) in the created directory.

Commit and push your code with git:

git add -A
git commit -m "Add solution to problem X"
git push