summaryrefslogtreecommitdiffstats
path: root/016.bc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-16 12:44:39 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-16 12:44:39 -0500
commite8d95e142316558172c63db24bf6234f59299128 (patch)
tree9c25b7538e38f22a2e61ec8a1bf1629b4695a2d0 /016.bc
parenteadde838bab5d9da4bb8dc6fc9bb5d628e81572a (diff)
downloadprojecteuler-e8d95e142316558172c63db24bf6234f59299128.tar.gz
projecteuler-e8d95e142316558172c63db24bf6234f59299128.zip
make the bc scripts end once they're done running
Diffstat (limited to '016.bc')
-rw-r--r--016.bc1
1 files changed, 1 insertions, 0 deletions
diff --git a/016.bc b/016.bc
index 1d30fd9..aceb495 100644
--- a/016.bc
+++ b/016.bc
@@ -8,3 +8,4 @@ while (num > 0) {
num = num / 10
}
total
+halt