ipld-eth-server/main.go
2017-10-18 15:14:17 -05:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello world")
}