added a file, maybe this should have been done before
This commit is contained in:
parent
9446a92c0f
commit
e66767fead
7
hello.go
Normal file
7
hello.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main(){
|
||||
fmt.Println("Hello World!")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user