7 lines
62 B
Go
Raw Normal View History

2020-07-24 18:48:33 +08:00
package main
func main() {
ul := UserList{}
ul.Execute()
}