Skip to content

Commit a775b1b

Browse files
authored
Update template.js
1 parent aaf06db commit a775b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ const getInts = () => getLine().map(n => parseInt(n))
99
const getInt = () => readInts()[0]
1010

1111
// main()
12-
const main = () => {
12+
function main () {
1313
}

0 commit comments

Comments
 (0)