diff --git a/test.js b/test.js new file mode 100644 index 0000000000..85f080e7bc --- /dev/null +++ b/test.js @@ -0,0 +1,3 @@ +function add(a, b) { + return a + b; +} \ No newline at end of file