From a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 13 Nov 2021 20:33:57 +0100 Subject: initial commit --- example_content/hello/hello.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example_content/hello/hello.js (limited to 'example_content/hello/hello.js') diff --git a/example_content/hello/hello.js b/example_content/hello/hello.js new file mode 100644 index 0000000..d87ea7f --- /dev/null +++ b/example_content/hello/hello.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(hello_message + "apple!"); -- cgit v1.2.3