#!/usr/bin/env sh

# set python hash seed to a deterministic value to ensure identical results across independent runs
PYTHONHASHSEED=50 python3 -m compare50 "$@"
