1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3d21000cf542c50fee5 | 5 | Problem 102: Triangle containment | Problema 102: Contención del triángulo | 
Description
Instructions
Tests
tests:
  - text: <code>euler102()</code> debe devolver 228.
    testString: 'assert.strictEqual(euler102(), 228, "<code>euler102()</code> should return 228.");'
Challenge Seed
function euler102() {
  // Good luck!
  return true;
}
euler102();
Solution
// solution required