# Build and run the example

.PHONY: demo
demo:
	dune exec -- ./main.exe
