Skip to content

Commit

Permalink
change 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sareepattamannil committed May 31, 2024
1 parent 2dae3f2 commit 203278d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
console.log('this is my parent file')
console.log('this is a new change to parent')
console.log('this is a new change to parent')

const add = (a, b) => { return a + b }

0 comments on commit 203278d

Please sign in to comment.