1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, forumTopicId
| id | challengeType | title | forumTopicId | 
|---|---|---|---|
| 5900f3f51000cf542c50ff07 | 5 | Problem 136: Singleton difference | 301764 | 
Description
Instructions
Tests
tests:
  - text: <code>euler136()</code> should return 2544559.
    testString: assert.strictEqual(euler136(), 2544559);
Challenge Seed
function euler136() {
  // Good luck!
  return true;
}
euler136();
Solution
// solution required