Skip to content

This organization serves as a central platform for computer engineering students to collaborate, share code, and showcase their projects.

Notifications You must be signed in to change notification settings

teamkooestscholar/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Activities

1. Daily Coding Challenges

How to join?

  1. Star the certain repository, it will serve as you're participating in the challenge.

star_the_repo

  1. Clone the repository to your local machine.
git clone https://github.com/organization_name/repo_name.git
  1. Create a new branch with your name.
git checkout -b your_name
  1. Create a new folder with your name.
mkdir your_name
  1. Create a new file with the name of the challenge.
touch your_name/challenge_name
  1. Add your name to the file.
echo "Your Name" >> your_name/challenge_name
  1. Commit your change, add a message, and co-author the commit with "noeyislearning".
git add . && git commit -m "Add my name to the challenge" -m "Co-authored-by: noeyislearning <hello@noeyislearning.dev>"

About

This organization serves as a central platform for computer engineering students to collaborate, share code, and showcase their projects.

Topics

Resources

Stars

Watchers

Forks