freeCodeCamp/curriculum/challenges/portuguese/08-coding-interview-prep/project-euler/problem-475-music-festival....

672 B

id challengeType title videoUrl localeTitle
5900f5481000cf542c51005a 5 Problem 475: Music festival Problema 475: festival de música

Description

undefined

Instructions

Tests

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

Challenge Seed

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

euler475();

Solution

// solution required