Skip to content

Commit a883546

Browse files
committed
Create main.go
1 parent e4ae304 commit a883546

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

benjamingr/main.go

+7
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("Your code here, might want to use net/http and its friends")
7+
}

0 commit comments

Comments
 (0)