kela

A new decentralized web protocol

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
package client

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}