~martin-ueding/project-euler-solutions/trunk

« back to all changes in this revision

Viewing changes to 044/python/martin-ueding/044.py

  • Committer: Martin Ueding
  • Date: 2011-04-04 21:24:26 UTC
  • Revision ID: dev@martin-ueding.de-20110404212426-n24zzaeq2vcn65cp
added new programs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
# Copyright (c) 2011 Martin Ueding <dev@martin-ueding.de>
3
3
 
4
 
# 2011
 
4
# FIXME
5
5
 
6
6
limit = 1000
7
7