Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 359 Bytes

File metadata and controls

9 lines (7 loc) · 359 Bytes

Template_project for collaboration

Follow the steps

  • Clone this template project as local repo.
  • Create local branch like (xxxxx_feature).
  • Implement the THREE functions: natural_numbers(n), nth_fibonacci(n) and is_prime(n)
  • Commit and push the code with new branch.
  • Finally open github interface and click on "Compare & pull request" .