initial commit
This commit is contained in:
commit
47fd1e6994
7
package.go
Normal file
7
package.go
Normal file
@ -0,0 +1,7 @@
|
||||
package greeter
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Greet() {
|
||||
fmt.Println("Hello!")
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user