Merge pull request #154 from JClutch/JClutch

Jclutch
This commit is contained in:
Luke Oliff 2018-10-06 09:13:50 -07:00 committed by GitHub
commit 6d3e648dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -411,6 +411,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- and cats.
- [![github-alt][github-img]](https://github.com/jcbrown602)
[![freeCodeCamp](imgs/freecodecamp.png)](https://www.freecodecamp.org/jcbrown602)
### Jason McCutchan
- Fullstack Javascript Developer
- Bootcamp Grad -> Currently @ TDSecurities
- Learning Golang/Python and very interested in weareables/Fitness Tech
- [![github-alt][github-img]](https://github.com/JClutch)
### Jay Vasant
- Python enthusiast.

7
code/JasonHello.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hi, my name is Jason")
}