Skip to content

fungover/exercise2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§ͺ How to Work on the Exercises

Each exercise is described in a GitHub Issue. Follow these steps to complete an exercise and submit your solution:

πŸ“₯ 1. Clone or Fork the Repository

git clone https://github.com/fungover/exercise2025.git

Or fork the repository via GitHub and clone your fork.

🌱 2. Create a Branch

Create a new branch named using the format: your-github-username/exerciseNumber

Example for user githubuser working on Exercise 1:

git checkout -b githubuser/exercise1

πŸ› οΈ 3. Implement Your Solution

Follow the instructions in the corresponding issue. If anything is unclear, ask questions by commenting directly on the issue.

πŸš€ 4. Push Your Branch

git push origin githubuser/exercise1

πŸ“¬ 5. Create a Pull Request

Open a Pull Request (PR) from your branch.

Link the PR to the issue you're solving.

Include a clear description of your solution.

πŸ’¬ 6. Feedback and Iteration

Reviewers may leave comments or suggestions. Update your branch and push changes until the PR is approved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages