Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com> Co-authored-by: Beau Carnes <beaucarnes@gmail.com>
		
			
				
	
	
	
		
			806 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			806 B
		
	
	
	
	
	
	
	
id, challengeType, isHidden, title, forumTopicId
| id | challengeType | isHidden | title | forumTopicId | 
|---|---|---|---|---|
| 5900f48f1000cf542c50ffa1 | 5 | false | Problem 290: Digital Signature | 301942 | 
Description
Instructions
Tests
tests:
  - text: <code>euler290()</code> should return 20444710234716470.
    testString: assert.strictEqual(euler290(), 20444710234716470);
Challenge Seed
function euler290() {
  // Good luck!
  return true;
}
euler290();
Solution
// solution required