We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c8079 commit 128e122Copy full SHA for 128e122
test-cases.yml
@@ -231,14 +231,14 @@
231
time control = 10 min
232
task = rect_area
233
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;
+ const _ = require("lodash");
+ const R = require("rambda");
+
+ const solution = (width, length) => {
+ return width * length;
+ };
+ module.exports = solution;
242
steps:
243
- Создать игру с заданными параметрами
244
- Выбрать язык Node.js
0 commit comments