A little sudoku-like app for helping first-graders practice addition
new = function()
	generate()
	create_problem()
	Status = ''
end