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 aaf06db commit a775b1bCopy full SHA for a775b1b
template.js
@@ -9,5 +9,5 @@ const getInts = () => getLine().map(n => parseInt(n))
9
const getInt = () => readInts()[0]
10
11
// main()
12
-const main = () => {
+function main () {
13
}
0 commit comments