test:
	javac ./check/Checker.java ./check/Solution.java -cp gson.jar -d solution.jar
	java -cp gson.jar:solution.jar solution.Checker

.PHONY: test
