aboutsummaryrefslogtreecommitdiff
path: root/hello.js
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-03 17:34:17 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-03 17:34:17 +0100
commitbea4923f7dbc6b63d4b7ceecbcc21688a20edf25 (patch)
treef0d9f6702d19283a5065aec21705847f192f7f77 /hello.js
downloadhydrilla-source-package-example-bea4923f7dbc6b63d4b7ceecbcc21688a20edf25.tar.gz
hydrilla-source-package-example-bea4923f7dbc6b63d4b7ceecbcc21688a20edf25.zip
initial commit
Diffstat (limited to 'hello.js')
-rw-r--r--hello.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/hello.js b/hello.js
new file mode 100644
index 0000000..46c0148
--- /dev/null
+++ b/hello.js
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2021 Wojtek Kosior <koszko@koszko.org>
+//
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+console.log(hello_message + "apple!");