Smallest multiple: Difference between revisions

m
Add related
(→‎{{header|Pascal}}: extended version)
m (Add related)
Line 2:
 
;Task:
Task desciptiondescription is taken from Project Euler
<br>(https://projecteuler.net/problem=5)
<br>2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
<br>What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
 
;Related
 
* [[Least common multiple]]
 
 
=={{header|ALGOL 68}}==
{{Trans|Wren}}
10,327

edits