637 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			637 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f51d1000cf542c51002f | 5 | Problem 433: Steps in Euclid"s algorithm | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler433(), 326624372659664, "<code>euler433()</code> should return 326624372659664.");'
Challenge Seed
function euler433() {
  // Good luck!
  return true;
}
euler433();
Solution
// solution required