challenges

my solutions to various "programming challenge" problems
git clone https://wehaveforgeathome.hates.computer/challenges.git
Log | Files | Refs | LICENSE

commit 2fd3e64326af5dd46679838cb161cbc1036a6532
parent c15792675fc786490972c8339aad85604e2ed8c0
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Sun, 27 Feb 2011 23:44:07 -0800

removed debugging output

Diffstat:
Mhyperpublic/challenge2.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/hyperpublic/challenge2.lua b/hyperpublic/challenge2.lua @@ -26,7 +26,6 @@ answer = 1 for i,points in ipairs({2349, 2102, 2001, 1747}) do t = opt[points] - print(t) answer = answer * t end