Skip to content

Commit

Permalink
swap.js 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyeon2 committed Sep 22, 2020
1 parent 35e31c8 commit 53b0d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
funtion swap(a,b)
{
console.log("func swap(a,b)");
}

0 comments on commit 53b0d98

Please sign in to comment.