Skip to content

Commit faefec6

Browse files
committed
add main function
1 parent e008b93 commit faefec6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main.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 (
4+
"fmt"
5+
)
6+
7+
func main(){
8+
fmt.Println("hello wrold!")
9+
}

0 commit comments

Comments
 (0)