3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
ergo/ergonomadic.go

11 lines
100 B
Go

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