Skip to content

Commit 128e122

Browse files
committed
update code in test-cases.yml
1 parent 05c8079 commit 128e122

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test-cases.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,14 @@
231231
time control = 10 min
232232
task = rect_area
233233
code =
234-
> const _ = require("lodash");
235-
> const R = require("rambda");
236-
>
237-
> const solution = (width, length) => {
238-
> return width * length;
239-
> };
240-
>
241-
> module.exports = solution;
234+
const _ = require("lodash");
235+
const R = require("rambda");
236+
237+
const solution = (width, length) => {
238+
return width * length;
239+
};
240+
241+
module.exports = solution;
242242
steps:
243243
- Создать игру с заданными параметрами
244244
- Выбрать язык Node.js

0 commit comments

Comments
 (0)