Skip to content

Instantly share code, notes, and snippets.

@havenwood
Last active December 25, 2015 19:39
Show Gist options
  • Save havenwood/7029390 to your computer and use it in GitHub Desktop.
Save havenwood/7029390 to your computer and use it in GitHub Desktop.
Project Euler Problem One in Potion
sum = 0
1 to 999 (x):
if (x % 3 == 0 or x % 5 == 0):
sum += x..
sum string print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment