Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesushilarioh authored Mar 3, 2017
1 parent eecab1f commit a6ed51b
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## C++
Hey y'all, most of these examples come from my learning through Tony Gaddis, "Starting Out With C++", 8th Edition. Feel free to use!! Thanks

Here is an example of what you'll see... in these examples.
```C++
//***********************************************
// This program calculates the user's pay.
Expand Down Expand Up @@ -30,39 +33,3 @@ int main()
return 0;
}
```

You can find the direct link to all the code [here](https://github.com/jesushilariohernandez/DelMarCSi.cpp), found on github.

If you find these files at all helpful, please feel free to star this [repository](https://github.com/jesushilariohernandez/DelMarCSi.cpp). Also feel free to create a pull request as well!

### Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)
```

For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).

### Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/jesushilariohernandez/DelMarCSi.cpp/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact

Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.

0 comments on commit a6ed51b

Please sign in to comment.