main.go 82 B

1234567
  1. package main
  2. import "git.sfnt.net/sfnt/cnlink/web"
  3. func main() {
  4. web.Start()
  5. }