summaryrefslogtreecommitdiff
path: root/cards.h
blob: f86e8dddfd7e719f94a31d95a2e6cb5f374637f9 (plain)
1
2
3
4
5
6
#include "util.h"

card cards[] = {
	{"what is 2 + 2", "4"},
	{"what is 2 + 5", "7"},
};