Skip to content

Commit 458601d

Browse files
new test
1 parent 1e2f7af commit 458601d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function add(a, b) {
66
console.log('YAY')
77
console.log(`YAY`)
88
return a + b;
9-
}
9+
}
1010

1111
// Function to subtract two numbers
1212
function subtract(a, b) {

0 commit comments

Comments
 (0)