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.
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