Skip to content

codetrybe/Cohort_14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CodeTrybe Cohort 14 C Assignments


This is a repository containing all CodeTrybe's Cohort 14 assignments given during regular PLD sessions.

Mode of Submission

The assignments should be organized in folders that have your name on it. Please don't edit another person's file under any circumstance.

When editing, utilize branches so that you don't end up destroying either your work or other's works.

#  For creating and going straight to your branch
git checkout -b branch_name # Only if the branch doesn't exist
# For step by step
git branch branch_name # Create a branch
git checkout branch_name # For going to your branch

Please refer to CONTRIBUTING for adding your assignments

HAPPY CODING!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published