test-runtime:
	dotnet run

test-compile:
	dotnet build --nologo

test: test-runtime
# test: test-compile test-runtime

.PHONY: test
