Skip to content

Commit

Permalink
Update template.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonber authored Mar 13, 2020
1 parent dc81044 commit c2aa60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const print = io.print

const getLine = () => readline().split(' ')
const getInts = () => getLine().map(n => parseInt(n))
const getInt = () => readInts()[0]
const getInt = () => getInts()[0]
const D = (...args) => { // D({name})
[...args].forEach(cur => print.apply(print, [JSON.stringify(cur)]))
}
Expand Down

0 comments on commit c2aa60a

Please sign in to comment.