Lee SeJin

fsaf

Showing 1 changed file with 5 additions and 0 deletions
console.log("This is the 11111 line");
console.log("22223")
function a(){
return console.log("hi");
}
function b(){
return console.log("bye");
function c(){
return console.log("wawa");
>>>>>>> second
}
\ No newline at end of file
......