Add placeholder hello world text
This commit is contained in:
parent
7ed961f871
commit
a864333bc2
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world! This is a placeholder.")
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue