fix: remove Good luck! comment from challenge seed code (#39575)

This commit is contained in:
Randell Dawson
2020-09-15 09:57:40 -07:00
committed by GitHub
parent a2f4c8d0e1
commit 8788ad946b
617 changed files with 619 additions and 619 deletions

View File

@ -53,7 +53,7 @@ tests:
// noprotect
function hailstoneSequence() {
const res = [];
// Good luck!
return res;
}