ergo/ergonomadic.go

11 lines
100 B
Go

package main
import (
"irc"
)
func main() {
server := irc.NewServer()
server.Listen(":6667")
}