package main type Stat struct { Skipped uint Correct uint False uint Words uint } var globalStat Stat