Initial hello world program.
This commit is contained in:
parent
da9305e0ec
commit
0d33aacf3f
1 changed files with 7 additions and 0 deletions
7
main.go
Normal file
7
main.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World.")
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue