Browse Source

Merge branch 'vm' of https://bitbucket.org/lilik/icfp2015 into vm

adaptedStrategy0
Andrea Bellandi 9 years ago
parent
commit
4087572646
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      calculateAndSubmit

+ 1
- 1
calculateAndSubmit View File

@ -3,7 +3,7 @@ if [ $# -lt 1 ]; then
echo "missing json filename"
exit 1
fi
OUTPUT=`vm/strategy0.hs -f $1`
OUTPUT=`vm/Main0.hs -f $1`
if [ $? -eq 0 ]; then
read -p "Are you sure? [y/n]" -n 1 -r
echo


Loading…
Cancel
Save