Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -13,3 +13,6 @@ function c(){ | ... | @@ -13,3 +13,6 @@ function c(){ |
| 13 | return console.log("wawa"); | 13 | return console.log("wawa"); |
| 14 | >>>>>>> second | 14 | >>>>>>> second |
| 15 | } | 15 | } |
| 16 | +function g(){ | ||
| 17 | + return console.log("this is last line"); | ||
| 18 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment