From b1639decaa74cd2ae58505619dab2af4cff390ae Mon Sep 17 00:00:00 2001 From: Priyansh Date: Sun, 24 Jan 2021 21:42:30 +0530 Subject: Added testing file --- tester.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tester.js (limited to 'tester.js') diff --git a/tester.js b/tester.js new file mode 100644 index 0000000..5fa394b --- /dev/null +++ b/tester.js @@ -0,0 +1,7 @@ +/** + * This file is only used for testing under development. + * Please do not consider this file to be a part of this code. + * There can be some code here which does not correspond to the the code at all. + */ + +console.log('This works'); -- cgit v1.2.3