#!/bin/sh

if [ $# -ne 0 ]
then
   echo "$0: unexpected command-line arguments: $@"
   exit 1
fi

racket 4-norm-steps.rkt
