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
- Host: GitHub
- URL: https://github.com/golaughlin/hello-world
- Owner: golaughlin
- Created: 2018-10-10T21:03:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T21:55:40.000Z (about 7 years ago)
- Last Synced: 2025-08-21T18:41:32.874Z (5 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...

## 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
}
```