freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-256-tatami-free-roo...

613 B

id challengeType title videoUrl localeTitle
5900f46c1000cf542c50ff7e 5 Problem 256: Tatami-Free Rooms

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'assert.strictEqual(euler256(), 85765680, "<code>euler256()</code> should return 85765680.");'

Challenge Seed

function euler256() {
  // Good luck!
  return true;
}

euler256();

Solution

// solution required