Giter Club home page Giter Club logo

letsstarteasy's Introduction

Easy Start

Here is a collection of basic programs in C#, C, C++ and Python ๐Ÿ“ƒ


โš ๏ธ Rules to follow before you contribute


  • Make sure you are not adding a program that already exists.

  • Add a readme.md file and explain the question along with sample Input and Outout for each program.

  • Be polite and have fun contributing ๐Ÿ˜„ ๐Ÿ˜Š


  • Fork this repo

  • Clone it using command:

$ git clone paset_the_copied_url.
  • Open folder "LetsStartEasy"
$ cd LetsStartEasy
  • Open folder "C#/Python" :
$cd folder_name
eg: cd C#
  • Open new branch :
 $ git branch new_branch_name
eg: git branch hactoberfest
  • Chechout to new branch from master branch :
$ git checkout new_branch_name
eg: git checkhout hactoberfest
  • Create a new folder
 $ mkdir Program-Number
  • Change directory to the new created folder
 $cd folder_name
  • Create a file program.c

  • Write the code inside the program.c file

  • Add file :

 $gti add -A

-Commit file :

$ git commit -m "comment"
eg :git commit -m "program added"
  • Push the file :
 $ git push origin -u 'branch_name'
eg: git push origin -u hacktobrefest
  • The given link should be copied and pasted in the web browser or go to your repo in the web browser

  • Create a pull request

Yayy! ๐Ÿ’ฅ๐Ÿ’ฅ You have Done great.

letsstarteasy's People

Contributors

srishtisk01 avatar manuradhni avatar samradhnis avatar blackbull1199 avatar srishtisk avatar shanky1199 avatar aayush2610-git avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.