614 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			614 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4f71000cf542c510009 | 5 | Problem 394: Eating pie | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler394(), 3.2370342194, "<code>euler394()</code> should return 3.2370342194.");'
Challenge Seed
function euler394() {
  // Good luck!
  return true;
}
euler394();
Solution
// solution required