621 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			621 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4b91000cf542c50ffcb | 5 | Problem 332: Spherical triangles | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler332(), 2717.751525, "<code>euler332()</code> should return 2717.751525.");'
Challenge Seed
function euler332() {
  // Good luck!
  return true;
}
euler332();
Solution
// solution required