The initial grid. use letters for tiles, and . for the hole.

Property definitions

ai $ PuzzleProblem :: initial_grid
	# The initial grid. use letters for tiles, and . for the hole.
	var initial_grid: String
lib/ai/examples/puzzle.nit:56,2--57,25