Merge branch 'master' of https://github.com/GenTiradentes/tinyvm
This commit is contained in:
commit
2f328be48c
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
# This algorithm was copied from an x86 solution to the first Project Euler problem.
|
||||
# It was authored by rayfil.
|
||||
|
||||
# http://projecteuler.net/index.php?section=forum&id=14
|
||||
#
|
||||
# http://projecteuler.net/thread=1
|
||||
#
|
||||
# Note that the problem has been extended to find all multiples under 1 million.
|
||||
# This is to make the execution time more significant and measurable.
|
||||
|
||||
# Specify a label named "start," and it will become the entrypoint for the program.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue