This commit is contained in:
Failure 2025-12-12 05:59:52 -08:00
commit f846a6fb6b
9 changed files with 346 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "git.cef.icu/Failure/threenis/threenis"
func main() {
threenis.Ui()
}