Skip to content

Commit b4ef011

Browse files
committed
hello world
1 parent ee3f00a commit b4ef011

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
package go_go_go
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Print("hello world")
7+
}

0 commit comments

Comments
 (0)