mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 21:22:40 +00:00
commit
6d3e648dab
@ -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
7
code/JasonHello.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hi, my name is Jason")
|
||||
}
|
Loading…
Reference in New Issue
Block a user