mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Create JasonHello.go
This commit is contained in:
parent
8c00ebf3e7
commit
c5a9af1443
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