This is my perosnal worksheets that I've practiced in my early stage of learning basic Coding. This covers progamming languages like C and JAVA. Thanks to Brototype who helped me with their valuable resources.
Overview • Build with • Live links • How to contribute
- Completely begginer friendly.
- Basic coding practices.
- Based on
C
&JAVA
Programming languages. - More than 100s of coding files.
- Covered Maximum coding basics which I've learned.
- Included Daily tasks file for references.
- Covered a simple project, Calculator build with JAVA.
You can also contribute🚀 to this repository for new coding files and updates. Make sure you forked and the clone link is from your forked url. Just simply follow the below steps as an example from your command line or terminal :
# Clone this repository
$ git clone https://github.com/prasoonmohan/100k-coding-Challenge.git
# Create a new branch
$ git branch <new-branch-name>
# Checkout to the new branch
$ git checkout <new-branch-name>
# After Adding your contribution
$ git add .
# Finally push you work
$ git push origin <new-branch-name>