freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-394-eating-pie.arab...

614 B

id challengeType title videoUrl localeTitle
5900f4f71000cf542c510009 5 Problem 394: Eating pie

Description

undefined

Instructions

undefined

Tests

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

Challenge Seed

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

euler394();

Solution

// solution required