606 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			606 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f5081000cf542c510019 | 5 | Problem 411: Uphill paths | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler411(), 9936352, "<code>euler411()</code> should return 9936352.");'
Challenge Seed
function euler411() {
  // Good luck!
  return true;
}
euler411();
Solution
// solution required