1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 08:42:41 +00:00
hacktoberfest-2018/code/JasonHello.go
2018-10-05 22:19:07 -04:00

8 lines
81 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hi, my name is Jason")
}