7 lines
100 B
Go
7 lines
100 B
Go
package main
|
|
|
|
import "git.cef.icu/Failure/threenis/threenis"
|
|
|
|
func main() {
|
|
threenis.Ui()
|
|
}
|