summaryrefslogtreecommitdiffstats
path: root/048.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 /048.bc
parenteadde838bab5d9da4bb8dc6fc9bb5d628e81572a (diff)
downloadprojecteuler-e8d95e142316558172c63db24bf6234f59299128.tar.gz
projecteuler-e8d95e142316558172c63db24bf6234f59299128.zip
make the bc scripts end once they're done running
Diffstat (limited to '048.bc')
-rw-r--r--048.bc1
1 files changed, 1 insertions, 0 deletions
diff --git a/048.bc b/048.bc
index cfa7e51..34a9e60 100644
--- a/048.bc
+++ b/048.bc
@@ -8,3 +8,4 @@ for (n = 1; n <= 1000; n++) {
num %= 10^10
}
num
+halt