Skip to content

Commit 3c0c855

Browse files
authored
Merge pull request #1 from takeruun/feature/add-main
main
2 parents 0d6a1a6 + 85d7566 commit 3c0c855

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main.go

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

0 commit comments

Comments
 (0)