diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-11-16 15:49:47 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-11-16 16:45:23 +0100 |
commit | 6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57 (patch) | |
tree | f9328ad8d069a58cf3d41f8cfcac6996010fa5b8 /src/test/example_content/hello/bye.js | |
parent | 3a080cfea46096f4c4a3d3d0e81e269ca6de6245 (diff) | |
download | haketilo-hydrilla-6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57.tar.gz haketilo-hydrilla-6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57.zip |
fix debian packaging
Diffstat (limited to 'src/test/example_content/hello/bye.js')
-rw-r--r-- | src/test/example_content/hello/bye.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/example_content/hello/bye.js b/src/test/example_content/hello/bye.js new file mode 100644 index 0000000..e6fd70c --- /dev/null +++ b/src/test/example_content/hello/bye.js @@ -0,0 +1,7 @@ +// 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!"); |