Update warmup.js

This commit is contained in:
Peter Deutsch 2023-02-06 12:43:32 -05:00 committed by GitHub
parent 99454bfd29
commit aaf5952ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function measureOneLine() {
function measureNLines() {
let result = [];
// TODO: Exercise 2
// TODO: Exercise 1-1
return result;
}