# CS2-Code-Challenges **Repository Path**: mirrors_LambdaSchool/CS2-Code-Challenges ## Basic Information - **Project Name**: CS2-Code-Challenges - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code Challenges ### Instructions * Fork this repo * Clone your fork * Add an upstream to your cloned fork that points back to the original repo with the following command: ``` git remote add upstream https://github.com/LambdaSchool/CS2-Code-Challenges.git ``` * Every morning type `git pull upstream master` to retrieve the new challenge