Skip to content

Commit e8d7b53

Browse files
Merge pull request #157 from Doodlemon/master
Create HelloWorld.go
2 parents 6c9b4ed + f342d4e commit e8d7b53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Hello World! /HelloWorld.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
7+
fmt.Println("Hello World!")
8+
9+
}

0 commit comments

Comments
 (0)