Welcome to the CSC-MEC GitHub organization! This space is dedicated to storing all the programs from our class labs. This organization serves as a central hub for our class's coding endeavors. Whether you're a seasoned coder or just starting out, this is the place to share, learn, and grow together. Feel free to customize your profile, join discussions, and contribute to the community.
Explore our lab repositories:
We encourage all members to actively contribute to the organization. If you have a lab project, improvement, or suggestion, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/labX-description
). - Commit your changes (
git commit -am 'Add a brief description of changes'
). - Push to the branch
- Open a Pull Request.
Happy coding!