Skip to content
Snippets Groups Projects
Commit 29e8a71a authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Merge branch 'master' of github.com:taddeus/projecteuler

parents 70cf5d21 7241734a
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ def pos(amt, coins):
return p
print pos(200, [1, 2, 5, 10, 20, 50, 100, 200])
print pos(200, [200, 100, 50, 20, 10, 5, 2, 1])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment