SEND + MORE = MONEY: Difference between revisions

Line 1,010:
<syntaxhighlight lang="ring">
// Author: Gal Zsolt 2023-02-08
t1 = clock() // start
see "works..." + nl + nl
aListSend = []
Line 1,071 ⟶ 1,070:
next
next
see "Time: "+ clock() - t1 // end
see "done..." + nl
</syntaxhighlight>
Line 1,079 ⟶ 1,077:
SEND = 9567 MORE = 1085 MONEY = 10652
done...
Time: 31.9 s
</pre>
 
2,468

edits