hackathon/question/q02.go

12 lines
140 B
Go

2021-12-20 13:00:56 +07:00
package question
func init() {
Register(&Question{
ID: "",
Text: "",
Level: 0,
Generate: nil,
Validate: nil,
})
}