DJN1 / Altamont-Hacktoberfest-2018-C

"Hello World"-like intro to C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Altamont-Octoberfest2018

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by C4E to get people involved in Open Source and to learn more about Computer Science. Create your very first pull request to any of the Altamont Repositories listed below:

How to contribute to this project

To contribute:

  • Go to the repository of the language of your choice and read the howToContribute.md file.
  • Once you have followed the steps the respective howToContribute.md, create a pull request by going to the pull request tab. If you taste

Getting started

FOR MORE DETAILED INSTRUCTIONS, PLEASE READ howToContribute.md

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
git clone https://github.com/YOURGITHUBUSERNAME/Altamont-Octoberfest2018-C.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

About

"Hello World"-like intro to C


Languages

Language:C 100.0%