Create JasonHello.go

This commit is contained in:
Jason McCutchan 2018-10-05 22:19:07 -04:00 committed by GitHub
parent 8c00ebf3e7
commit c5a9af1443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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")
}