test:
	cargo nextest run

xor:
	cargo r -r --example xor

and:
	cargo r -r --example and

mnist:
	cargo r -r --example mnist

snake:
	cargo r -r --example snake

mine:
	cargo r -r --example minesweeper
