An open API service indexing awesome lists of open source software.

https://github.com/golaughlin/hello-world

UW-Whitewater COMPSCI 476 GitHub Hello World Example Repository
https://github.com/golaughlin/hello-world

Last synced: 3 months ago
JSON representation

UW-Whitewater COMPSCI 476 GitHub Hello World Example Repository

Awesome Lists containing this project

README

          

# hello-world
UW-Whitewater COMPSCI 476 GitHub Hello World Example Repository

## This is a header.
This is an example of commit. In GitHub, commits are saved changes to the code or file in the respository.

## Bold and Italic Text (with Links!)
I can make text **bold** and *italic*. I can even [make links to my school!](http://www.uww.edu)

## Lists
Sometimes, you just wanna make lists.
1. Create Hello World Github
2. Edit Readme.md file
3. ???
4. PROFIT!!!

* Milk
* Eggs
* Cheese
* Cheddar
* Mozzarella

## Embed Images
I can imbed images into this readme file...
![Twilight Sparkle reading](https://derpicdn.net/img/view/2018/6/2/1748254.png)

## Quotes
Here, I can add quotes.
> "In the beginning the Universe was created.
This has made a lot of people very angry and been widely regarded as a bad move."
> - Douglas Adams, The Restaurant at the End of the Universe

## Embed Code
Of course, it wouldn't be GitHub without code.
```
if (age < 21) {
return false
}
```