diff options
Diffstat (limited to 'src/test/example_content/hello/bye.js')
-rw-r--r-- | src/test/example_content/hello/bye.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/example_content/hello/bye.js b/src/test/example_content/hello/bye.js deleted file mode 100644 index e6fd70c..0000000 --- a/src/test/example_content/hello/bye.js +++ /dev/null @@ -1,7 +0,0 @@ -// SPDX-License-Identifier: CC0-1.0 - -// Copyright (C) 2021 Wojtek Kosior -// -// Available under the terms of Creative Commons Zero v1.0 Universal. - -console.log(bye_message + "apple!"); |