627 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			627 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f52c1000cf542c51003f | 5 | Problem 448: Average least common multiple | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler448(), 106467648, "<code>euler448()</code> should return 106467648.");'
Challenge Seed
function euler448() {
  // Good luck!
  return true;
}
euler448();
Solution
// solution required