606 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			606 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3ac1000cf542c50febf | 5 | Problem 64: Odd period square roots | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler64(), 1322, "<code>euler64()</code> should return 1322.");'
Challenge Seed
function euler64() {
  // Good luck!
  return true;
}
euler64();
Solution
// solution required