Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
84 B
Go
Raw Normal View History

2017-04-16 14:11:11 -04:00
package main
import (
"nntpchan/cmd/nntpchan"
)
func main() {
nntpchan.Main()
}