1 2 3 4 5 6 7 8 9 10 11
package main type challenge struct { name string description string flag string container string category string points int static bool }